valence/valence_protocol
Ryan Johnson d85b7f5e89
Update packet inspector and fix packet bugs (#172)
- Implement `encoded_len` for packet enums.
- Fix bug in `has_next_packet` causing a later `unwrap` to panic.
- Add robust `encoded_len` check in `PacketEncoder` for debug builds.
- Split packet inspector regex into separate "inclusive" and "exclusive"
arguments because the `regex` crate does not support negative lookahead.
- Better `Debug` impls for `Ident` and `Compound`.
- Remove read/write timeouts from packet inspector.
2022-12-16 08:23:48 -08:00
..
build Translation key extractor and code generator (#160) 2022-11-27 05:12:08 -08:00
src Update packet inspector and fix packet bugs (#172) 2022-12-16 08:23:48 -08:00
Cargo.toml Re-visit From impl for native data types found in NBT data format. (#169) 2022-12-15 18:38:52 -08:00