microsandbox-filesystem 0.3.7

Filesystem backends and guest filesystem support for microsandbox.
1
2
3
4
5
6
7
8
//! Embedded agentd binary for inclusion in guest filesystem images.

//--------------------------------------------------------------------------------------------------
// Constants
//--------------------------------------------------------------------------------------------------

/// The agentd binary, embedded at compile time.
pub const AGENTD_BYTES: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/agentd"));