safe_cache 0.1.1

A key-value cache library in Rust featuring dynamic typing with support for multiple data types, automatic expiration, and thread-safe operations using Arc and RwLock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["baiyue"]
categories = ["config", "rust-patterns"]
description = "A key-value cache library in Rust featuring dynamic typing with support for multiple data types, automatic expiration, and thread-safe operations using Arc and RwLock."
edition = "2021"
keywords = ["cache", "timer_cache", "rs_cache", "cache_rs", "cache_rs_timer_arc"]
license = "MIT"
name = "safe_cache"
readme = "README.md"
repository = "https://github.com/Baiyuetribe/safe_cache"
version = "0.1.1"