Docs.rs
maybe-single-0.16.1
maybe-single 0.16.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ufoscout
Dependencies
parking_lot ^0.12
normal
tokio ^1
normal
optional
once_cell ^1.5
dev
rand ^0.8
dev
tokio ^1
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Files
maybe_single/
lib.rs
1
pub mod
blocking;
2
3
#[cfg(feature =
"tokio"
)]
4
pub mod
tokio;