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