commit | 1ae5d20af3209a999ecd46b93cb98cd75db3b512 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:49:48 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:49:48 2023 +0000 |
tree | 8b700f6b52a4aa6c4f1f7cccd12c2baf9b7adebf | |
parent | 187c062f8915acdf3fd4dc41973fb0983da74557 [diff] | |
parent | b048ca8d82e39467f854a728a63700197fec7323 [diff] |
Snap for 10453563 from b048ca8d82e39467f854a728a63700197fec7323 to mainline-conscrypt-release Change-Id: Ibc37c7e64fe0584b11526cb8a2af5f2619e74dc4
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.