Skip to content
Tree: 4c2281273a
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
.vscode
src
README.md
build.rs
todo.md

README.md

netcode-rust

Rust implementation of 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.

You can’t perform that action at this time.