Add Rust bindings (alpha)

This commit is contained in:
Joseph Henry
2021-05-30 19:51:26 -07:00
parent 3ea146fa5b
commit 8c275c4899
14 changed files with 285 additions and 57 deletions

11
examples/rust/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Rust example
```
cargo install libzt
```
Examples: [pkg/crate/libzt/src/examples](pkg/crate/libzt/src/examples)
## Links
- Getting Started: [docs.zerotier.com/sockets](https://docs.zerotier.com/sockets/tutorial.html)