lightyear_serde 0.27.0

IO primitives for the lightyear networking library
Documentation

Lightyear Serde

This crate provides serialization and deserialization utilities for Lightyear. It defines the [ToBytes] trait for converting types to and from byte representations, along with [Reader] and Writer utilities for handling byte streams.

It includes implementations for common types and collections, and utilities for efficient serialization, such as varint encoding.

This crate is fundamental for preparing data to be sent over the network and for reconstructing data received from remote peers.