lazycell 0.1.0

A library providing a lazily filled Cell struct
Documentation
# lazycell
[![Build Status](https://travis-ci.org/indiv0/lazycell.svg?branch=master)](https://travis-ci.org/indiv0/lazycell)
[![Clippy Linting Result](http://clippy.bashy.io/github/indiv0/lazycell/master/badge.svg)](http://clippy.bashy.io/github/indiv0/lazycell/master/log)
[![Crates.io](https://img.shields.io/crates/v/lazycell.svg)](https://crates.io/crates/lazycell)
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/lazycell.svg)](#License)

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](https://github.com/rust-lang/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.