commit | 187c062f8915acdf3fd4dc41973fb0983da74557 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue May 10 07:06:53 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue May 10 07:06:53 2022 +0000 |
tree | c76731f80d33effafa20d23f668be11b34d66da2 | |
parent | d8744d30776aa5683a195ce032842177968d269f [diff] | |
parent | 84f74a3737bc6acce9f2c12e731ebeddd0271014 [diff] |
Snap for 8564071 from 84f74a3737bc6acce9f2c12e731ebeddd0271014 to mainline-conscrypt-release Change-Id: I5cdd1d5fd8bcee4d2e12415d2ca350ede503f3e4
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.