oxcache 0.2.0

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
1
2
3
4
5
6
7
edition = "2021"
max_width = 120
tab_spaces = 4
hard_tabs = false
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true