Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluk/cloudburst
https://github.com/bluk/cloudburst
bittorrent distributed networking p2p rust
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluk/cloudburst
- Owner: bluk
- License: apache-2.0
- Created: 2020-09-01T20:18:55.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-11-14T19:06:14.000Z (about 1 month ago)
- Last Synced: 2024-12-17T05:51:35.467Z (7 days ago)
- Topics: bittorrent, distributed, networking, p2p, rust
- Language: Rust
- Homepage: https://docs.rs/cloudburst
- Size: 357 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
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