You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Erik Hollensbe 97da6e976c Fixed up build to not use concat and rely on cargo/compiler to do this 5 years ago
..
src Fixed up build to not use concat and rely on cargo/compiler to do this 5 years ago
.gitignore These are some things I noticed while working in this tree: 5 years ago
Cargo.lock Add Rust bindings (WIP) 5 years ago
Cargo.toml Add Rust bindings (WIP) 5 years ago
LICENSE.txt Add Rust bindings (WIP) 5 years ago
README.md Add Rust bindings (WIP) 5 years ago
build.rs Add Rust bindings (WIP) 5 years ago
wrapper.h Add Rust bindings (WIP) 5 years ago

README.md

Unsafe bindings for ZeroTier SDK

This crate is a pre-Alpha work in progress intended as a placeholder as development continues. Currently only basic creation and management of a node and unsafe BSD-style socket operations are supported. An idiomatic wrapper will eventually replace this.