cachet 0.1.0

A composable, customizable multi-tier caching library with rich feature support.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

mod codec;
mod tier;

pub use codec::{Codec, Encoder, infallible};
pub(crate) use tier::TransformAdapter;
pub use tier::{TransformCodec, TransformEncoder};