https://github.com/aandreba/laizy
A simple, stable and thread-safe implementation of a lazy value
https://github.com/aandreba/laizy
lazy lazy-evaluation lazy-loading
Last synced: about 1 year ago
JSON representation
A simple, stable and thread-safe implementation of a lazy value
- Host: GitHub
- URL: https://github.com/aandreba/laizy
- Owner: Aandreba
- Created: 2022-05-11T10:26:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T17:22:29.000Z (about 4 years ago)
- Last Synced: 2025-03-28T03:03:19.053Z (about 1 year ago)
- Topics: lazy, lazy-evaluation, lazy-loading
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laizy
[](https://crates.io/crates/laizy)
[](https://docs.rs/laizy)
Laizy is a Rust library that provides a **simple**, **stable** and **thread-safe** implementation of a ```Lazy```
## Features
| Name | Description | Dependencies |
| ------- | --------------------------------------------------------------- | ------------------------------------------- |
| nightly | Adds optimizations and features reserved to the nightly channel | None |
| futures | Allows to initialize values asynchronously with ```AsyncLazy``` | [futures](https://crates.io/crates/futures) |