We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6c6ca commit b6bb4c7Copy full SHA for b6bb4c7
2 files changed
vmm/src/app.rs
@@ -23,7 +23,7 @@ use tracing::{error, info};
23
pub use image::{Image, ImageInfo};
24
pub use qemu::{VmConfig, VmWorkDir};
25
26
-mod id_pool;
+pub mod id_pool;
27
mod image;
28
mod qemu;
29
0 commit comments