hitbox-backend 0.2.1

Backend trait for asynchronous caching framework in Rust.
Documentation
1
2
3
4
5
6
7
8
9
//! Integration tests for CompositionBackend.

mod builder;
mod compose_api;
mod context_refill;
mod error_handling;
mod nested;
mod policy;
mod trait_objects;