Skip to main content

Crate atomr_config

Crate atomr_config 

Source
Expand description

§atomr-config

Akka-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.

Re-exports§

pub use hocon::HoconError;

Modules§

hocon
HOCON-subset parser for migrating Pekko reference.conf files (Phase 2 of docs/full-port-plan.md).

Structs§

Config
Akka Config root — a merged, layered value tree.
ConfigPath

Enums§

ConfigError
ConfigValue

Functions§

reference_config