naia-socket-shared 0.25.0

Common data types shared between naia-server-socket & naia-client-socket crates
Documentation
1
2
3
4
5
6
7
pub mod random;

cfg_if! {
    if #[cfg(not(feature = "test_time"))] {
        pub mod instant;
    }
}