lazy_rc

Crates.iolazy_rc
lib.rslazy_rc
version0.1.3
sourcesrc
created_at2023-01-24 17:55:36.243316
updated_at2023-01-27 12:19:09.663351
descriptionProvides implementations of Rc and Arc with lazy initialization.
homepagehttps://crates.io/crates/lazy_rc
repositoryhttps://github.com/dEajL3kA/lazy_rc
max_upload_size
id766845
size41,545
Eric Rothstein (dEajL3kA)

documentation

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

README

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

Commit count: 5

cargo fmt