rip
is a WIP minimal BitTorrent client written in Rust.
You can download an executable from the releases section here on GitHub.
Feel free to contribute!
Here are some useful resources:
Use tools such as Rustfmt and Clippy to improve your code.
Commit messages should be structured like this: <type>(<optional scope>): <description>
.
Where type is one of the following: feat
, fix
, docs
or refactor
.
The optional scope can be one of the following: lib
, app
, ci
.
When mentioning files or folders in the description, type the name between the `` characters.
Example commit message: refactor(lib): move `torrent.rs` into `parse` directory
This project is licensed under the GPL-3.0 License - see the LICENSE for details.