1#![allow(non_snake_case)] 2 3//! Configuration and global-memento storage state. Single child file owns 4//! the struct; callers spell `ConfigurationState::ConfigurationState::State`. 5 6pub mod ConfigurationState;