cap-async-std 0.0.0

Capability-based version of async-std
Documentation
1
2
3
4
5
6
7
8
//! OS-specific functionality.
//!
//! This corresponds to [`async_std::os`].
//!
//! [`async_std::os`]: https://docs.rs/async-std/latest/async_std/os/index.html

#[cfg(unix)]
pub mod unix;