micro_tp 0.1.0

A Micro Transport Protocol (or uTP) implementation
Documentation
# MicroTp

MicroTp is a library which can help build an application using [Micro Transport
Protocol][wikipedia_micro_transport_protocol].

While the crate's current implementation is not complete, the idea is to build a
μTP implementation which can be used by network applications.

## Installation

```toml
[dependencies]
micro_tp = "0.1.0"
```

## License

Licensed under either of [Apache License, Version 2.0][LICENSE_APACHE] or [MIT
License][LICENSE_MIT] at your option.

### Contributions

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.

[LICENSE_APACHE]: LICENSE-APACHE
[LICENSE_MIT]: LICENSE-MIT
[wikipedia_micro_transport_protocol]: https://en.wikipedia.org/wiki/Micro_Transport_Protocol