lightyear 0.3.0

Server-client networking library for the Bevy game engine
Documentation
1
2
3
4
5
/*! Channels are used to add reliability/ordering on top of the transport layer
*/
pub mod builder;
pub(crate) mod receivers;
pub(crate) mod senders;