laminar 0.5.0

A simple semi-reliable UDP protocol for multiplayer games
Documentation
1
2
3
4
5
pub use fake_socket::FakeSocket;
pub use network_emulator::{EmulatedSocket, NetworkEmulator};

mod fake_socket;
mod network_emulator;