//! The persistence layer: a [`StateRepository`] port and its TOML
//! implementation, decoupling the rest of the app from the on-disk format.
pubmodrepository;pubmodtoml_state;pubuserepository::{
PersistedEntry, PersistedSettings, PersistedState, PersistedValue,
StateRepository,};pubusetoml_state::TomlStateRepository;