cap-std 0.0.0

Capability-based version of the Rust standard library
Documentation
1
2
3
4
5
6
7
8
//! OS-specific functionality.
//!
//! This corresponds to [`std::os`].
//!
//! [`std::os`]: https://doc.rust-lang.org/std/os/

#[cfg(unix)]
pub mod unix;