Go to file
Nikita Pekin 1cc0555d87 docs(CHANGELOG): removed unnecessary sections
Removed unnecessary sections from CHANGELOG.md
2016-03-15 23:52:46 -04:00
src style(lib.rs): apply consistent style with rustfmt 2016-03-15 23:24:18 -04:00
.clog.toml chore(clog): remove unnecessary sections 2016-03-15 23:50:50 -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 23:25:16 -04:00
CHANGELOG.md docs(CHANGELOG): removed unnecessary sections 2016-03-15 23:52:46 -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 docs(README): add link to documentation 2016-03-15 23:37:23 -04:00

lazycell

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

Documentation

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.