Add read and write functions for TunInterface

This adds read and write functionality for TunInterface.
This commit is contained in:
JettChenT 2023-05-29 10:36:10 +08:00 committed by Conrad Kramer
parent 9aa1951575
commit 82c4d218d7
5 changed files with 105 additions and 4 deletions

1
Cargo.lock generated
View file

@ -1298,6 +1298,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"bindgen",
"byteorder",
"fehler",
"lazy_static",
"libc",