naia-client 0.24.0

Provides a cross-platform client that can send/receive messages to/from a server, and has a pool of in-scope entities/components that is synced with the server.
Documentation
1
2
3
4
5
6
7
8
pub mod base_time_manager;
pub mod channel_tick_buffer_sender;
#[allow(clippy::module_inception)]
pub mod connection;
pub mod io;
pub mod tick_buffer_sender;
pub mod tick_queue;
pub mod time_manager;