lightyear 0.3.0

Server-client networking library for the Bevy game engine
Documentation
1
2
3
4
//! Serialization and deserialization of types
pub mod reader;
pub mod wordbuffer;
pub mod writer;