mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
refactor aquatic_udp_protocol, notably make converters trait fns
This commit is contained in:
parent
2cf161469f
commit
ea6a4c2635
19 changed files with 774 additions and 809 deletions
|
|
@ -1,11 +1,7 @@
|
|||
//! UDP BitTorrent tracker protocol structures
|
||||
pub mod common;
|
||||
pub mod request;
|
||||
pub mod response;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate quickcheck;
|
||||
#[cfg(test)]
|
||||
#[macro_use(quickcheck)]
|
||||
extern crate quickcheck_macros;
|
||||
|
||||
|
||||
pub mod converters;
|
||||
pub mod types;
|
||||
pub use self::common::*;
|
||||
pub use self::request::*;
|
||||
pub use self::response::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue