netcode 0.3.1

Wrapper for netcode.io library
1
2
3
4
5
6
7
8
9
10
11
12
# netcode-rust


Rust implementation of [netcode.io](https://github.com/networkprotocol/netcode.io).

Currently this contains a wrapper for the C API and a pre-alpha pure-rust implemenation.

## Installation


Make sure that libsodium is available on your path or pointed to by SODIUM_LIB_DIR with SODIUM_STATIC=1 for libsodium-sys.
Standard C library include path should be available via INCLUDE env var.

Clang is required to run bindgen.