//! The repository port decoupling the service from concrete entry storage.
//!
//! The service depends on this trait; the TOML backend and the in-memory fake
//! implement it (DIP).
use crateResult;
use crate;
/// Reads and writes the managed entries (the `[[repos]]` array of config.toml).