Docs.rs
azur-0.3.1
Platform
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.1
A no_std Rust crate that implements an executor/reactor and futures using io_uring
Crate
Source
Builds
Feature flags
Documentation
Coverage
23.81%
10
out of
42
items documented
0
out of
10
items with examples
Size
Source code size: 86.42 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 2.16 MB
This is the summed size of all files generated by rustdoc for all configured targets
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.