struct_db 0.2.0

Embedded database that maintains coherence between Rust types and stored data with minimal boilerplate
Documentation
1
2
3
4
5
6
extern crate skeptic;

fn main() {
    // generates doc tests for `README.md`.
    skeptic::generate_doc_tests(&["README.md"]);
}