#lazy-evaluation #lazy #lazy-value

no-std laizy

A simple, stable and thread-safe implementation of a lazy value

1 unstable release

0.1.0 May 11, 2022

#993 in Asynchronous

MIT/Apache

19KB
367 lines

Laizy

Crate API

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

Dependencies

~135KB