//! # Capability-based System Interfaces
//!
//! This library provides _**Sys**tem Interfaces_ following a
//! **capability-based design**. It does not require any particular runtime,
//! but can optionally be combined with the Rust Standard Library.
extern crate alloc;
extern crate core;
extern crate std;