valence/crates
Ryan Johnson e933fd69f5
Add RawPacket (#276)
## Description

Adds a `RawPacket` type to `valence_protocol`. This type simply reads
and writes data to a slice, analogous to the `RawBytes` type in the same
module.

## Test Plan

Steps:
1. `cargo t -p valence_protocol`
2023-03-07 20:15:30 -08:00
..
packet_inspector Replace EncodePacket and DecodePacket with Packet (#261) 2023-02-25 11:21:25 -08:00
playground Update to Bevy 0.10 (#265) 2023-03-04 03:35:11 -08:00
valence Add RawPacket (#276) 2023-03-07 20:15:30 -08:00
valence_anvil Set bevy version to 0.10 (#272) 2023-03-06 18:50:48 -08:00
valence_nbt Refactor valence_protocol (#253) 2023-02-23 22:16:22 -08:00
valence_protocol Add RawPacket (#276) 2023-03-07 20:15:30 -08:00
valence_protocol_macros Add packet_name (#274) 2023-03-07 04:12:08 -08:00
valence_spatial_index Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00
valence_stresser Refactor valence_protocol (#253) 2023-02-23 22:16:22 -08:00