Skip to content
Branch: master
Find file History
#1 Compare This branch is 262 commits behind networkprotocol:master.
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.