valence/valence_protocol
Ryan Johnson c26bbe7ec2
Valence protocol redesign (#177)
- Fix performance issues related to writing individual bytes instead of
using `Write::write_all`.
- Make manual implementations of `Encode` and `Decode` easier:
  - Remove `encoded_len` method from `Encode`
  - Split `Packet` trait into `EncodePacket` and `DecodePacket`.
  - Simplify derive macros.
2022-12-23 06:30:57 -08:00
..
benches Valence protocol redesign (#177) 2022-12-23 06:30:57 -08:00
build Performance enhancements for #141 (#173) 2022-12-19 06:25:26 -08:00
src Valence protocol redesign (#177) 2022-12-23 06:30:57 -08:00
Cargo.toml Valence protocol redesign (#177) 2022-12-23 06:30:57 -08:00