naia-shared 0.25.0

Common functionality shared between naia-server & naia-client crates
Documentation
1
2
3
4
5
6
7
8
9
10
/// Channel abstraction: settings, modes, directions, and criticality.
pub mod channel;
/// Typed channel-kind registry and lookup.
pub mod channel_kinds;
/// Built-in default channel definitions (DefaultUnreliable, DefaultReliable, etc.).
pub mod default_channels;
/// Inbound channel receiver traits and implementations.
pub mod receivers;
/// Outbound channel sender traits and implementations.
pub mod senders;