Skip to main content

Crate rakka_config

Crate rakka_config 

Source
Expand description

§rakka-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/.

Re-exports§

pub use hocon::HoconError;

Modules§

hocon
HOCON-subset parser for migrating Akka.NET / 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