Docs.rs
conquer-once-0.4.0
conquer-once 0.4.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
oliver-giersch
Dependencies
conquer-util ^0.3.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
Module doc
conquer_
once
0.4.0
Module doc
Module Items
Structs
In crate conquer_
once
conquer_once
Module
doc
Copy item path
Source
Expand description
Re-exports of internal generic type for the purpose of accessing their documentation.
Structs
ยง
Lazy
A type for lazy initialization of e.g. global static variables, which provides the same functionality as the
lazy_static!
macro.
Once
Cell
An interior mutability cell type which allows synchronized one-time initialization and read-only access exclusively after initialization.