lightyear 0.3.0

Server-client networking library for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(dead_code)]
pub mod client;
mod examples;
pub mod protocol;
pub mod server;
pub mod stepper;