rust/hedgewars-network-protocol/src/lib.rs
author Wuzzy <Wuzzy@disroot.org>
Thu, 24 Aug 2023 20:15:40 +0200
changeset 16007 20adaa127663
parent 15852 ea459da15b30
permissions -rw-r--r--
Replace 'var' with 'let' in flag/grave/hat XHTML previews
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15826
747278149393 Extract network protocol into a separate crate
unc0rr
parents:
diff changeset
     1
pub mod messages;
747278149393 Extract network protocol into a separate crate
unc0rr
parents:
diff changeset
     2
pub mod parser;
15852
ea459da15b30 update protocol 📦
alfadur
parents: 15826
diff changeset
     3
#[cfg(test)]
ea459da15b30 update protocol 📦
alfadur
parents: 15826
diff changeset
     4
mod tests;
15826
747278149393 Extract network protocol into a separate crate
unc0rr
parents:
diff changeset
     5
pub mod types;