//! # atomr-config
//!
//! Akka.NET-compatible configuration. Mirrors keys under `akka.*` but is
//! layered over [`toml`] + `serde`. HOCON has no idiomatic equivalent in Rust;
//! a small `hocon` feature shim can be added later for migration tooling.
//!
//! akka.net source: `src/core/Akka/Configuration/`.
pub use ConfigError;
pub use HoconError;
pub use ConfigPath;
pub use reference_config;
pub use ;