liminal-server 0.2.0

Standalone server for the liminal messaging bus
Documentation
1
2
3
4
5
6
7
8
9
pub mod env;
pub mod file;
pub mod types;
pub mod validation;

pub use env::apply_env_overrides;
pub use file::load_from_file;
pub use types::{ChannelDef, ClusterConfig, RoutingRuleDef, ServerConfig};
pub use validation::validate;