mxp 1.1.0

Rust implementation of the MXP (Mud eXtension Protocol) standard
Documentation
# `mxp`

[MXP (MUD eXtension Protocol)](https://www.zuggsoft.com/zmud/mxp.htm) is an open communication protocol for MUD servers and clients. The mxp library is a lightweight but robust implementation of the protocol in its entirety. This library is geared toward client implementations, but it can also be used for server-side syntax handling.

[![crates.io](https://img.shields.io/crates/v/mxp.svg)](https://crates.io/crates/mxp)
[![Documentation](https://docs.rs/mxp/badge.svg)](https://docs.rs/mxp)
![MIT licensed](https://img.shields.io/crates/l/mxp.svg)
<br />
[![Dependency Status](https://deps.rs/crate/mxp/latest/status.svg)](https://deps.rs/crate/mxp)
![Downloads](https://img.shields.io/crates/d/mxp.svg)

## License

This project is licensed under the [MIT license](LICENSE).

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `mxp` by you, shall be licensed as MIT, without any
additional terms or conditions.