bittorrent_udp: add short doc comment

This commit is contained in:
Joakim Frostegård 2020-05-17 12:08:53 +02:00
parent ea85f23ac7
commit c1d08bc6d5

View file

@ -1,3 +1,5 @@
//! UDP BitTorrent tracker protocol structures
#[cfg(test)] #[cfg(test)]
extern crate quickcheck; extern crate quickcheck;
#[cfg(test)] #[cfg(test)]