liminal-server 0.2.1

Standalone server for the liminal messaging bus
Documentation
1
2
3
4
5
6
7
8
pub mod cluster;
pub mod config;
pub mod error;
pub mod health;
pub mod server;

pub use error::ServerError;
pub use server::run;