aquatic_ws_protocol: add documentation (as comments)

This commit is contained in:
Joakim Frostegård 2021-10-16 01:53:28 +02:00
parent c02d7f2113
commit 6624df1e44
3 changed files with 19 additions and 5 deletions

View file

@ -7,6 +7,7 @@ pub mod scrape;
pub use announce::*;
pub use scrape::*;
/// Message received by tracker
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
#[serde(untagged)]
pub enum InMessage {