hitbox-feoxdb 0.2.1

FeOxDB backend for Hitbox cache with per-key TTL support
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))]

mod backend;
mod error;

pub use backend::{FeOxDbBackend, FeOxDbBackendBuilder};
pub use error::FeOxDbError;