commit | aa4733b22957e7b30ac82f26fcd35937016cdd40 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Oct 08 21:25:31 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Oct 08 21:25:31 2024 +0000 |
tree | 98f0b2d474a2aa3ec04f8ade120fdfc5cc921c2a | |
parent | 6a9021bd508188dab5562b5fe003e38fbd8fff61 [diff] |
Migrate 25 crates to monorepo itoa percent-encoding untrusted arbitrary nix arc-swap arrayvec axum-core bindgen-cli cov-mark equivalent fixedbitset foreign-types foreign-types-shared fxhash http hyper kernlog lazycell libtest-mimic libz-sys merge merge_derive mls-rs mls-rs-crypto-traits Bug: http://b/339424309 Test: treehugger Change-Id: I212fff4ed6d6827358cf20e14eeba938ac7d3285
Rust library providing a lazily filled Cell.
Add the following to your Cargo.toml
:
[dependencies] lazycell = "1.3"
And in your lib.rs
or main.rs
:
extern crate lazycell;
See the API docs for information on using the crate in your library.
Contributions are always welcome! If you have an idea for something to add (code, documentation, tests, examples, etc.) feel free to give it a shot.
Please read CONTRIBUTING.md before you start contributing.
The LazyCell library is based originally on work by The Rust Project Developers for the project crates.io.
The list of contributors to this project can be found at CONTRIBUTORS.md.
LazyCell is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.