Docs.rs
azur-0.3.0
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
azur 0.3.0
A no_std Rust crate that implements an executor/reactor and futures using io_uring
Crate
Source
Builds
Feature flags
Documentation
Coverage
28.57%
4
out of
14
items documented
0
out of
14
items with examples
Links
Repository
crates.io
Dependencies
futures-core ^0.3
normal
lx ^0.4
normal
once_cell ^1
normal
tracing ^0.1
normal
futures-util ^0.3
dev
Versions
0.3.1
(2023-11-09)
0.3.0
(2023-11-09)
0.1.0
(2023-03-21)
Owners
Implements a single-threaded reactor and executor using Linux's
io_uring
system.