No description
Find a file
2021-07-04 18:35:54 +01:00
crates Remove some trait bounds 2021-07-04 18:01:58 +01:00
resources Openssl + a bunch of other refactorings 2021-06-28 20:40:13 +01:00
.gitignore Initial commit 2021-06-25 13:47:51 +01:00
Cargo.lock Move everything to workspaces 2021-07-03 19:10:59 +01:00
Cargo.toml Move everything to workspaces 2021-07-03 19:10:59 +01:00
Makefile Check the chunk before uploading 2021-06-28 22:21:21 +01:00
README.md add readme 2021-07-04 18:35:54 +01:00
TODO.md Nothing much 2021-06-28 22:48:14 +01:00

rqbit - bittorrent client in Rust

crates/rqbit - main binary crates/librqbit - main library crates/librqbit-core - torrent utils crates/bencode - bencode serializing/deserializing crates/buffers - wrappers around binary buffers crates/clone_to_owned - a trait to make something owned crates/sha1w - wrappers around sha1 libraries crates/peer_binary_protocol - the protocol to talk to peers