Skip to content

BitTorrent client, written in Rust

License

Notifications You must be signed in to change notification settings

jonassterud/rip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published