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
4
5
/// Message of an internal bug in orengine.
pub(crate) const BUG_MESSAGE: &str = "\
[BUG] If you encounter a bug, please report it to https://github.com/orengine/orengine/issues. \
Provide details about the place where the problem occurred and the conditions under which it happened. \
Thank you for helping us make orengine better!";