commit | 450bcb57ea8df5e49894303e6880c3a7941a4ef2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 16 23:53:45 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 16 23:53:45 2021 +0000 |
tree | 8427b39add9086a50d82eeb647256704ba2c3fd1 | |
parent | f1a53d214120ed0895ab94f96b1d76a4b347087a [diff] | |
parent | 1406677dddcd56e5ae9c1267b7f85c558077fb62 [diff] |
Merge "Clean up rust_test_host TEST_MAPPING after default update" am: 1406677ddd Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1589996 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9e6f649e59d802efc1d9fe2e3d9d018f2f6fcb14
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.