refactor into a struct to prepare for tcp server

This commit is contained in:
Will Greenberg
2023-11-09 15:05:20 -08:00
parent 2b776815eb
commit 5da9aad0a8
3 changed files with 115 additions and 50 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
libc = "0.2.150"
nix = { version = "0.27.1", features = ["ioctl"]}
thiserror = "1.0.50"