Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bluk/cloudburst


https://github.com/bluk/cloudburst

bittorrent distributed networking p2p rust

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.5"
```

## 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