mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Add separate READMEs for bencher, peer_id and all protocol crates
This commit is contained in:
parent
7d4ba6940b
commit
a0c79970fe
9 changed files with 43 additions and 5 deletions
|
|
@ -7,9 +7,10 @@ authors.workspace = true
|
|||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
readme.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
readme = "./README.md"
|
||||
|
||||
[dependencies]
|
||||
aquatic_peer_id.workspace = true
|
||||
|
||||
|
|
|
|||
4
crates/udp_protocol/README.md
Normal file
4
crates/udp_protocol/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# aquatic_udp_protocol: UDP BitTorrent tracker protocol
|
||||
|
||||
[UDP BitTorrent](https://www.bittorrent.org/beps/bep_0015.html) tracker
|
||||
message parsing and serialization.
|
||||
Loading…
Add table
Add a link
Reference in a new issue