commit | bcf79c7bd68c9ee2279bd2e30f4a4b479886c5f5 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 15:04:07 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 15:04:07 2024 +0000 |
tree | 1a1f4221ce00a13b43f4b16458fbb14f3fcec7c5 | |
parent | 29e5087043f53c1e83f368acb835968a0ab55333 [diff] | |
parent | 5cae1a60955fd6c2fa91aa53d1e3b4276e6e801e [diff] |
Update Android.bp by running cargo_embargo am: f56fee9d4c am: 5cae1a6095 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/3094310 Change-Id: I8b47eb859823e7792a26f547761f687b1828aa4e Signed-off-by: Automerger Merge Worker <[email protected]>
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.