commit | 0e77863bb9f027c36e9510cdfdd578c3e5767144 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Tue Oct 19 15:15:56 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 19 15:15:56 2021 +0000 |
tree | 91688f3639e1cc0dd70d3cfb83206e7c57bc3690 | |
parent | 16c4a5cc1ba2b8b81c93b9d96e8f3fe22a65ffb9 [diff] | |
parent | 1a3f99f3d7336c9f89beb27891b1d150438d3bc0 [diff] |
Enable tests am: b51ade7241 am: 1a3f99f3d7 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1862633 Change-Id: I3cb8129a39951317177c46719c9ed15ba2adaee6
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.