rust-once-cell 1.9.0 Single assignment cells and lazy values
This package provides two new cell-like types, unsync::OnceCell
and sync::OnceCell
. OnceCell might store arbitrary non-copy types, can be assigned to at most once and provide direct access to the stored contents.
- Website: https://github.com/matklad/once_cell
- License: Expat, ASL 2.0
- Package source: crates-io.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux