krata: implement idm support for guest <-> host messages

This commit is contained in:
Alex Zenla
2024-03-28 22:38:21 +00:00
parent 567fcc296e
commit 7d7da1f9ee
12 changed files with 378 additions and 114 deletions

View File

@ -0,0 +1,3 @@
#[cfg(unix)]
pub mod client;
pub mod protocol;