| commit | 765e280cee12b5a7dafa6a41194e1f5ed048867c | [log] [tgz] |
|---|---|---|
| author | Chih-Hung Hsieh <chh@google.com> | Tue Aug 25 20:49:18 2020 -0700 |
| committer | Chih-Hung Hsieh <chh@google.com> | Tue Aug 25 20:49:18 2020 -0700 |
| tree | a0de65691088c3540a4c003a367560922abb794f | |
| parent | f994c4f69af435e7c6f296513a8ce0726c22c86e [diff] |
Fix lazycell/METADATA Bug: 166324735 Test: make Change-Id: Ib233fab1c61eb2abee32d6ab024e189f1dcdfec2
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.