Crates.io | laizy |
lib.rs | laizy |
version | 0.1.0 |
source | src |
created_at | 2022-05-11 11:18:06.450263 |
updated_at | 2022-05-11 11:18:06.450263 |
description | A simple, stable and thread-safe implementation of a lazy value |
homepage | |
repository | https://github.com/Aandreba/laizy |
max_upload_size | |
id | 584597 |
size | 19,728 |
Laizy is a Rust library that provides a simple, stable and thread-safe implementation of a Lazy
Name | Description | Dependencies |
---|---|---|
nightly | Adds optimizations and features reserved to the nightly channel | None |
futures | Allows to initialize values asynchronously with AsyncLazy |
futures |