Docs.rs
maybe-single-0.16.1
maybe-single 0.16.1
Permalink
Docs.rs crate page
MIT
16 August 2026
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
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
Skip to main content
Files
maybe_single/
lib.rs
1
pub mod
blocking;
2
3
#[cfg(feature =
"tokio"
)]
4
pub mod
tokio;