mini-moka 0.10.3

A lighter edition of Moka, a fast and concurrent cache library
Documentation
1
2
3
4
5
6
7
8
#[cfg(skeptic)]
fn main() {
    // generates doc tests for `README.md`.
    skeptic::generate_doc_tests(&["README.md"]);
}

#[cfg(not(any(skeptic)))]
fn main() {}