orengine 0.7.0-alpha.1

Optimized ring engine for Rust. It is a lighter and faster asynchronous library than tokio-rs, async-std, may, and even smol.
Documentation
1
2
3
/// This trait can be implemented only this crate. So, it is used to prevent implementing
/// some traits in other crates.
pub(crate) trait Sealed {}