Add more docs
This commit is contained in:
parent
0170b19fcd
commit
adb98a2d89
4 changed files with 23 additions and 5 deletions
|
|
@ -1,3 +1,7 @@
|
|||
// BitTorrent peer protocol implementation: parsing, serialization etc.
|
||||
//
|
||||
// Can be used outside of librqbit.
|
||||
|
||||
pub mod extended;
|
||||
|
||||
use bincode::Options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue