commit | 4caf36407f44bb5fa4f8cd5b0eb7fa24a73756d5 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Tue Aug 24 19:56:34 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 24 19:56:34 2021 +0000 |
tree | 230dfb32a35266fe98b2997cb001e2f8f6461f1b | |
parent | 8670bd212d14703e424a0f1b8e6ef4b0623eda0a [diff] | |
parent | ad2d7609e1f21c4d18cdefcf8246f74ee2e47a10 [diff] |
Update TEST_MAPPING am: 438010a683 am: 07db436167 am: 720811da2f am: ad2d7609e1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1806160 Change-Id: Ic2d2a836d413acf3b4bf2a0a9b5e0fd58a0ca451
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.