//!
//! # Support Functions
//!
//! This module is intended to serve internal functions.
////////////////////////////////////////////////////////////////////////////////
/// Configuration file related functions
pub mod config;
/// Header helper functions and types or crates
pub mod header;