stevenarella/protocol/src/protocol
iceiix 3b0502bfd4 Explicitly assign packet IDs (not implicitly from ordering in source code) (#19)
The packet IDs were assigned by the `create_ids!` macro, in the order they are in
the source code. This reduces flexibility for adopting new protocols, since the
packets can be reordered arbitrarily. Part of https://github.com/iceiix/steven/issues/18
2018-11-30 17:02:26 -08:00
..
mod.rs Explicitly assign packet IDs (not implicitly from ordering in source code) (#19) 2018-11-30 17:02:26 -08:00
mojang.rs Remove inferred 'static lifetime on const, Rust 1.17+ 2018-11-04 13:37:57 -08:00
packet.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00