credence-lib 0.0.6

An unfussy web server designed for straightforward authoring and scalable performance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod annotations;
mod catalog;
mod constants;
mod context;
mod default_preparer;
mod preparer;
mod rendered_page;
mod renderer;
mod templates;

#[allow(unused_imports)]
pub use {
    annotations::*, catalog::*, constants::*, context::*, default_preparer::*, preparer::*, rendered_page::*,
    renderer::*, templates::*,
};