commit | 548f258384a2254bb021f387e598243e44227cb8 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Mon Aug 30 21:50:18 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 30 21:50:18 2021 +0000 |
tree | 159c07327f82d9a153a6c5e9c216b14af30e3270 | |
parent | 4caf36407f44bb5fa4f8cd5b0eb7fa24a73756d5 [diff] | |
parent | a6c926461b31155cac09211be126d7458622c85f [diff] |
Update TEST_MAPPING am: a0e61799fc am: d0e7eb27af am: 16c4a5cc1b am: a6c926461b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1813844 Change-Id: Ic17b543efa6c11057862e8317d59380ba8fc92c0
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.