xengnt: implement memory mapping support

This commit is contained in:
Alex Zenla
2024-03-25 07:24:25 +00:00
parent 0a5948aa50
commit 162579f100
3 changed files with 88 additions and 15 deletions

View File

@ -5,10 +5,9 @@ edition = "2021"
resolver = "2"
[dependencies]
log = { workspace = true }
thiserror = { workspace = true }
libc = { workspace = true }
nix = { workspace = true, features = ["ioctl"] }
tokio = { workspace = true }
[lib]
name = "xengnt"