naia-client 0.25.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
9
mod addr_cell;
mod auth;
mod data;
mod inner_socket;
mod socket;

pub use addr_cell::LocalAddrCell;
pub use inner_socket::LocalClientSocket;
pub use socket::Socket;