sim-platform-linux 0.1.0

Bounded Linux mechanics for SIM platform capsules
Documentation
1
2
3
4
5
6
7
8
9
#![forbid(unsafe_code)]
//! Bounded Linux mechanics. Native paths and portal calls cannot escape this package.

mod transport;
pub use transport::{LinuxDnsPort, LinuxIpcPort, LinuxSocketPort, bind_transport_services};

mod linux;

pub use linux::*;