An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Laizy
[![Crate](https://img.shields.io/crates/v/laizy.svg)](https://crates.io/crates/laizy)
[![API](https://docs.rs/laizy/badge.svg)](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) |