No description
Find a file
Igor Katson 65d2e5b87f Nothing
2021-07-14 13:42:42 +01:00
crates Nothing 2021-07-14 13:42:42 +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 DHT stats in HTTP API 2021-07-14 13:40:56 +01:00
Cargo.toml Starting to play with alternative DHT implementations 2021-07-09 22:51:33 +01:00
Makefile Check the chunk before uploading 2021-06-28 22:21:21 +01:00
README.md add readme 2021-07-04 18:36:21 +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