Docs.rs
twice-cell-0.1.1
twice-cell 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
caass
Dependencies
either ^1.13
normal
serde ^1.0
normal
optional
void ^1.0
normal
Versions
92.31%
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
twice_
cell
0.1.1
All Items
Crate Items
Structs
Enums
Crate
twice_cell
Copy item path
Source
Structs
§
Twice
Cell
A cell which can nominally be modified only once.
Twice
Lock
Enums
§
Either
The enum
Either
with variants
Left
and
Right
is a general purpose sum type with two cases.