microsandbox-core 0.2.6

`microsandbox-core` is a tool for managing lightweight sandboxes and images.
Documentation
//! Configuration types and helpers.

mod env_pair;
mod microsandbox;
mod path_pair;
mod path_segment;
mod port_pair;
mod reference_path;

//--------------------------------------------------------------------------------------------------
// Exports
//--------------------------------------------------------------------------------------------------

pub use env_pair::*;
pub use microsandbox::*;
pub use path_pair::*;
pub use path_segment::*;
pub use port_pair::*;
pub use reference_path::*;