commit | 03c56c1521ad1d5ae632b142e04cd1e333642a3e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:44:11 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:44:11 2023 +0000 |
tree | 8b700f6b52a4aa6c4f1f7cccd12c2baf9b7adebf | |
parent | 84f74a3737bc6acce9f2c12e731ebeddd0271014 [diff] | |
parent | b048ca8d82e39467f854a728a63700197fec7323 [diff] |
Snap for 10453563 from b048ca8d82e39467f854a728a63700197fec7323 to mainline-appsearch-release Change-Id: I7f52f0991a39c30d68107a2d68d5eb9286d78dab
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.