boxlite 0.9.3

Embeddable virtual machine runtime for secure, isolated code execution
1
2
3
4
5
6
//! Filesystem utilities for host-side operations.

mod bind_mount;

#[cfg(target_os = "linux")]
pub use bind_mount::{BindMountConfig, BindMountHandle, create_bind_mount};