Crate lyquor_config
Expand description
Node configuration and network profiles shared across the Lyquor workspace.
lyquor-config holds the configuration surface that both the node runtime and the developer
toolchain must agree on: node, storage, networking, and runtime configuration types, plus
network profile metadata and domain-name validation helpers.
Re-exports§
pub use profile::LyquorProfile;pub use profile::NetworkType;pub use profile::ProfileConfig;pub use profile::validate_domain_name;