//! Filesystem backends for microsandbox.
//!//! Currently provides [`PassthroughFs`](passthroughfs::PassthroughFs), which exposes
//! a single host directory to the guest VM via virtio-fs.
#[cfg(unix)]pubmoddualfs;#[cfg(unix)]pubmodmemfs;pubmodpassthroughfs;#[cfg(unix)]pub(crate)modshared;