rqbit/crates/librqbit
Igor Katson 75c1127f37
Merge pull request #193 from izderadicka/borrow
Implement Borrow<[u8]> for ByteBuf types
2024-08-18 12:50:05 +01:00
..
examples Session persistence rewritten completely 2024-08-15 10:40:48 +01:00
resources Implement ser/de for UDP tracker protocol 2024-02-11 12:12:37 +00:00
src Implement Borrow<[u8]> for ByteBuf types so they can be properly used in hashmaps 2024-08-18 11:40:04 +02:00
webui Remove node-modules/.package-lock.json 2024-08-17 09:35:19 +02:00
.gitignore Make a serde bencode serializer 2021-07-01 23:37:57 +01:00
build.rs Split up librqbit http_api and tracing_subscriber into separate features (#188) 2024-08-15 18:54:59 +01:00
Cargo.toml Split up librqbit http_api and tracing_subscriber into separate features (#188) 2024-08-15 18:54:59 +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