1//! Capability-based Linux Runtime 2//! 3//! XXX 4 5#![no_std] 6 7#[cfg(test)] 8#[macro_use] 9extern crate std; 10 11pub mod syscall;