Releases: indiv0/lazycell
Releases · indiv0/lazycell
v0.2.0
v0.2.0 (2016-03-28)
Features
- lazycell:
- add tests for
LazyCell
struct (38f1313d, closes #30)
- remove unnecessary
Default
impl (68c16d2d)
Documentation
- CHANGELOG: removed unnecessary sections (1cc0555d)
- README: add link to documentation (c8dc33f0, closes #13)
v0.1.0
v0.1.0 (2016-03-16)
Features
- lib.rs: implement Default trait for LazyCell (150a6304)
v0.0.1
v0.0.1 (2016-03-16)
Bug Fixes
- Cargo.toml: loosen restrictions on Clippy version (84dd8f96)
Features