cap-std 1.0.5

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

#[cfg(unix)]
pub mod unix;