naia-client-socket 0.25.0

Abstraction to expose common API over a UDP socket on Linux, and a unreliable WebRTC datachannel on the browser
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod shared;

mod identity_receiver;
mod packet_receiver;
mod packet_sender;
mod socket;

pub use identity_receiver::IdentityReceiverImpl;
pub use packet_receiver::PacketReceiverImpl;
pub use packet_sender::PacketSenderImpl;
pub use socket::Socket;