introduce xencl for high-level interaction with xen

This commit is contained in:
Alex Zenla
2024-01-08 23:23:26 -08:00
parent faf8027590
commit c9f61ec72f
6 changed files with 105 additions and 5 deletions

15
xencl/Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "xencl"
version = "0.0.1"
edition = "2021"
resolver = "2"
[dependencies.xenstore]
path = "../xenstore"
[lib]
path = "src/lib.rs"
[[example]]
name = "xencl-simple"
path = "examples/simple.rs"