mxp 1.2.0

Rust implementation of the MXP (Mud eXtension Protocol) standard
Documentation
1
2
3
4
5
6
7
//! Types for generating client responses to MXP queries.

mod support;
pub use support::SupportResponse;

mod version;
pub use version::VersionResponse;