openlegends-server 0.3.0

OpenLegends Game Server
Documentation
1
2
3
4
5
pub mod request;
pub mod response;

pub use request::Request;
pub use response::Response;