Documentation
1
2
3
4
5
mod config;
mod errors;

pub use config::{DokiConfig, DokiPath};
pub use errors::{DokiError, Result};