Go to file
Homu fc3b28d381 Auto merge of #10 - indiv0:patch-9, r=indiv0
Update Include Directive for Cargo.toml
2016-03-16 12:00:21 +09:00
src docs(lib.rs): add missing documentation 2016-03-15 21:29:17 -04:00
.clog.toml chore(clog): add .clog.toml file 2016-03-15 21:57:27 -04:00
.gitignore feat: add initial commit 2016-03-15 21:29:11 -04:00
.travis.yml chore(travis): add Travis CI support 2016-03-15 21:29:11 -04:00
Cargo.toml chore: increase version 2016-03-15 22:57:02 -04:00
CHANGELOG.md docs(CHANGELOG): add a CHANGELOG.md file 2016-03-15 22:32:27 -04:00
LICENSE-APACHE feat: add initial implementation 2016-03-15 21:29:11 -04:00
LICENSE-MIT feat: add initial implementation 2016-03-15 21:29:11 -04:00
README.md chore(Cargo.toml): prepare crate for publishing 2016-03-15 21:29:17 -04:00

lazycell

Build Status Clippy Linting Result Crates.io License: MIT/Apache-2.0

Rust library providing a lazily filled Cell.

Credits

The LazyCell library is based originally on work by The Rust Project Developers for the project crates.io.

License

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.