commit | 0acbfe6d04603ead5b68f91fb065f562b5ba5531 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Nov 24 00:56:41 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 24 00:56:41 2020 +0000 |
tree | 6695d4bb108ac9f5c86dd84c1705647196e40b28 | |
parent | 1b8c581340bba49af340a5f537c80997175ca007 [diff] | |
parent | 69d6cd3b991093780bb9b6c669bba263d46d65bb [diff] |
Mark ab/6881855 as merged am: 844e2316e0 am: 69d6cd3b99 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/13112896 Change-Id: I4a317e0b5de07d45df6c9bd89d5b942da5f79bba
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.