romp 0.5.2

STOMP server and WebSockets platform
Documentation
1
2
3
4
5
6
7
8
//! Configuration code, for parsing server config `romp.toml`, logging config, and `romp.passwd` usernames.

extern crate toml;

// looks for config/config.rs
pub mod config;
pub mod log;
pub mod user;