Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.1 KB

About

rip is a WIP minimal BitTorrent client written in Rust.

Installation

You can download an executable from the releases section here on GitHub.

Contributing

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

License

This project is licensed under the GPL-3.0 License - see the LICENSE for details.