lightyear 0.3.0

Server-client networking library for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Contains a set of useful utilities

pub mod named;

pub(crate) mod ready_buffer;

pub(crate) mod sequence_buffer;

pub mod bevy;

pub mod wrapping_id;