commit | 89789bb6a2d45d0c42551fcd560397f7fb9e3d99 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jun 15 21:01:04 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 15 21:01:04 2022 +0000 |
tree | 6a8d0c687b2a653fde25929da8bb404c00a4f2ba | |
parent | 92ff9bdb21ce9211b3da2a80a1a481b14290daa6 [diff] | |
parent | 3e3ec8fe5ca1b27878133a0524cb842997aeacd4 [diff] |
Merge "Update TEST_MAPPING" am: f64e1e5dfa am: 3e3ec8fe5c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/2125971 Change-Id: I616db47e13a6c40dd2e55026e971e405b22e9a92 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.