cap-async-std 3.4.5

Capability-based version of async-std
Documentation
1
2
3
4
5
6
//! OS-specific extensions.
//!
//! This corresponds to [`async_std::os`].

#[cfg(unix)]
pub mod unix;