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
/// `credence.yaml` configuration file name.
pub const CREDENCE_CONFIGURATION_FILE_NAME: &str = "credence.yaml";

/// `.credence` directory name.
pub const CREDENCE_DIRECTORY_NAME: &str = ".credence";

/// `default.jinja` template file name.
pub const DEFAULT_TEMPLATE: &str = "default.jinja";