arcbox-agent 0.1.5

Guest agent for ArcBox VMs
1
2
3
4
5
6
7
8
9
//! Library exports for integration testing.
//!
//! The production entry point remains `src/main.rs`. This library module only
//! re-exports components needed by Linux integration tests.

#[cfg(target_os = "linux")]
pub mod config;
#[cfg(target_os = "linux")]
pub mod sandbox;