//! # `mdbook` Related Interfaces
//!
use crate*;
/// Util functions for working with the `book.toml`
/// configuration file. The path for all functions
/// is expected to resolve to the actual file itself
/// and `NOT` the directory it is contained in.
///
/// Util structures designed to more closely match
/// the data structures of serialized data that
/// serve to covert foreign data.
///
/// All preprocessor systems for the mdBook system
/// are kept in this module. These are reposible
/// for updating a `mdBook` with `Journal` data in
/// some way.
///
/// Traits that serve to enhance the mdbook public
/// types with additional functionality.
///