commit | de83b0913d082ac603edbbf75cbb7d06a581631e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Tue Apr 07 14:24:01 2020 -0700 |
committer | Chih-Hung Hsieh <[email protected]> | Tue Apr 07 14:27:00 2020 -0700 |
tree | 0444fc709ddc311643de2b599b6ee7a88147099b | |
parent | db9708f160a8a6757f1fa61090a3783059f55362 [diff] |
Import 'lazycell' package version 1.2.1 * Add OWNERS Bug: 152884384 Test: make Change-Id: Ib300a4e6fb722ffce655de00097b9d6821abfe11
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.