lxi 0.1.1

LXI protocol implementation
Documentation
# lxi


[![Crates.io][crates_badge]][crates]
[![Docs.rs][docs_badge]][docs]
[![Travis CI][travis_badge]][travis]
[![Appveyor][appveyor_badge]][appveyor]
[![Codecov.io][codecov_badge]][codecov]
[![License][license_badge]][license]

[crates_badge]: https://img.shields.io/crates/v/lxi.svg
[docs_badge]: https://docs.rs/lxi/badge.svg
[travis_badge]: https://api.travis-ci.org/nthend/lxi-rs.svg
[appveyor_badge]: https://ci.appveyor.com/api/projects/status/github/nthend/lxi-rs?branch=master&svg=true
[codecov_badge]: https://codecov.io/gh/nthend/lxi-rs/graphs/badge.svg
[license_badge]: https://img.shields.io/crates/l/lxi.svg

[crates]: https://crates.io/crates/lxi
[docs]: https://docs.rs/lxi
[travis]: https://travis-ci.org/nthend/lxi-rs
[appveyor]: https://ci.appveyor.com/project/nthend/lxi-rs
[codecov]: https://codecov.io/gh/nthend/lxi-rs
[license]: #license

LXI protocol implementation.

## License


Licensed under either of

 * Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution


Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.