1//! Gut-lib. 2//! 3//! Helper library that provides common functionality for Gut. 4 5pub mod config; 6pub mod dir; 7pub mod display;