add readme
This commit is contained in:
parent
8e4bb96800
commit
dec68d986e
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# 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
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue