laminar 0.4.0

A simple semi-reliable UDP protocol for multiplayer games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Test suite must pass on both Travis and AppVeyor before merging into `master`.
status = [
    "continuous-integration/travis-ci/push"
]

# Do not allow pull requests with these labels to be merged.
block_labels = [
    "status: postponed",
    "status: stalled",
    "status: wontfix",
    "status: working"
]