rqbit/crates/librqbit
Igor Katson 00b9748516
Some checks failed
Release binaries for Linux and Docker / release-linux (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/amd64) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm/v7) (push) Has been cancelled
Release binaries for Linux and Docker / build-docker-cross (linux/arm64) (push) Has been cancelled
Release binaries for Linux and Docker / build-push-docker-multiarch (push) Has been cancelled
Release binaries for OSX / release-macos (push) Has been cancelled
Release binaries for Windows / release-windows (push) Has been cancelled
Release binaries for Linux and Docker / release-linux (amd64, ubuntu-24.04) (push) Has been cancelled
Update crate versions
2025-06-12 12:31:23 +01:00
..
examples Split out TorrentMetadata 2024-12-05 23:12:46 +00:00
resources Implement ser/de for UDP tracker protocol 2024-02-11 12:12:37 +00:00
src Do not try to delete padding files as they dont exist 2025-06-12 12:29:14 +01:00
webui WebUI: padding files are not checked by default 2025-06-12 12:28:10 +01:00
.gitignore Make a serde bencode serializer 2021-07-01 23:37:57 +01:00
build.rs Docker cross-compilation github workflow. 2024-08-27 15:11:59 +01:00
Cargo.toml Update crate versions 2025-06-12 12:31:23 +01:00
README.md Update docs, cleanup for 4.0.0 release 2023-12-03 12:14:50 +00:00

librqbit

A fully featured, easy to use torrent downloading library used as a backbone of rqbit.

Basic example

See examples on GitHub.

Documentation

librqbit at docs.rs