commit | ac198d3d80dfd9d479fbede80f796f5cad7cc89c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jul 14 01:18:34 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 14 01:18:34 2020 +0000 |
tree | 82592663d1d0ec653bf38d15bae9bf313612b9b0 | |
parent | 0f6f1090b1358ea30a7c2e26b9a48c4aa632bdf8 [diff] | |
parent | c2da9b8c19fae2731e052f8c4bbda9ad12452457 [diff] |
Regenerate Android.bp with new cargo2android.py am: c2da9b8c19 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1361145 Change-Id: Idb4004fdfa29fd36343f1c20f566174a696933db
Rust library providing a lazily filled Cell.
Add the following to your Cargo.toml
:
[dependencies] lazycell = "1.2"
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.