lazy_rc 0.1.1

Provides implementations of Rc<T> and Arc<T> with lazy initialization.
Documentation

lazy_rc – Lazy Rc<T> and Arc<T>

Crates.io Unlicense

lazy_rc provides implementations of Rc<T> and Arc<T> with lazy initialization.

Crates.io:
https://crates.io/crates/lazy_rc

API Documentation:
https://docs.rs/lazy_rc/latest/index.html

Examples:
https://github.com/dEajL3kA/lazy_rc/tree/master/examples