hitbox-backend 0.2.1

Backend trait for asynchronous caching framework in Rust.
Documentation
1
2
3
4
5
//! Tests for composition policies (read, write, refill).

mod read;
mod refill;
mod write;