# Cloudburst
Cloudburst is a library to help with [BitTorrent][bep_0003] implementations.
## Documentation
* [Latest API Docs][docs_rs_cloudburst]
## Installation
```toml
[dependencies]
cloudburst = "0.0.1"
```
## 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.
[bep_0003]: http://www.bittorrent.org/beps/bep_0003.html
[docs_rs_cloudburst]: https://docs.rs/cloudburst
[LICENSE_APACHE]: LICENSE-APACHE
[LICENSE_MIT]: LICENSE-MIT