https://github.com/bluk/cloudburst
https://github.com/bluk/cloudburst
bittorrent distributed networking p2p rust
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluk/cloudburst
- Owner: bluk
- License: apache-2.0
- Created: 2020-09-01T20:18:55.000Z (almost 6 years ago)
- Default Branch: trunk
- Last Pushed: 2025-08-25T15:50:50.000Z (11 months ago)
- Last Synced: 2025-08-25T19:36:32.763Z (11 months ago)
- Topics: bittorrent, distributed, networking, p2p, rust
- Language: Rust
- Homepage: https://docs.rs/cloudburst
- Size: 308 KB
- Stars: 6
- 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