muffy 0.5.1

The static website validator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod error;
mod fjall;
mod global;
mod local;
mod memory;
mod moka;
mod sled;

pub use self::{
    error::CacheError, fjall::FjallCache, global::GlobalCache, local::LocalCache,
    memory::MemoryCache, moka::MokaCache, sled::SledCache,
};