Skip to content

DanglingPointer/mtorrent

Repository files navigation

Tests

mtorrent

Lightweight command line Bittorrent client in Rust. Based on Tokio (but without a threadpool, currently runs 3 threads in total).

Useful links

Progress

Required:

Optional:

Building

Requires Docker. To build on Linux, run ./builder.sh [args] where args is the arguments to cargo (e.g. ./builder.sh build --release). When using VS Code, open the root folder, then, when prompted, build and open the dev container (requires Dev Containers extension).