zcache 0.0.4

Simple in-memory Rust cache with time-based expiration
Documentation
1
2
3
4
5
6
7
# zcache [![Latest Version]https://img.shields.io/crates/v/zcache.svg]https://crates.io/crates/zcache [![GH Actions]https://github.com/pawurb/zcache/actions/workflows/ci.yml/badge.svg]https://github.com/pawurb/zcache/actions

Zcache is an in-memory cache store with time based expiration. The goal of this project is to provide the simplest possible API for in-memory caching.

## Usage

...