laminar 0.5.0

A simple semi-reliable UDP protocol for multiplayer games
Documentation
1
2
3
4
5
#[derive(Debug)]
pub(crate) enum Either<L, R> {
    Left(L),
    Right(R),
}