//! # App
//!
//! `app` is the module providing the traits and types used to create and manage the framework applications.
/// Type used to interact with a Mitrid application.
/// Types used to communicate with the applications.
/// Types and traits used by the applications for logging.
/// Trait implemented by applications.
/// Trait implemented by types used to read the process environment.
/// Trait implemented by types used to configure applications.
/// Trait implemented by application managers.
/// Types and trait used to manage and interact with the framework applications from the command line.
pub use ;
pub use *;
pub use *;
pub use App;
pub use Env;
pub use Config;
pub use Manager;