commit | c2da9b8c19fae2731e052f8c4bbda9ad12452457 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Sun Jul 12 14:24:27 2020 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Jul 13 15:59:24 2020 -0700 |
tree | 82592663d1d0ec653bf38d15bae9bf313612b9b0 | |
parent | fea35c536c7345133e1ac9de7e940f7944401310 [diff] |
Regenerate Android.bp with new cargo2android.py Test: make Change-Id: Ib4d36703257b628f67100f168c2dcb1412803745
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.