Crates.io | lazy_rc |
lib.rs | lazy_rc |
version | 0.1.3 |
source | src |
created_at | 2023-01-24 17:55:36.243316 |
updated_at | 2023-01-27 12:19:09.663351 |
description | Provides implementations of Rc |
homepage | https://crates.io/crates/lazy_rc |
repository | https://github.com/dEajL3kA/lazy_rc |
max_upload_size | |
id | 766845 |
size | 41,545 |
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