Crates.io | libzt |
lib.rs | libzt |
version | 0.1.2 |
source | src |
created_at | 2021-05-30 21:47:56.488136 |
updated_at | 2021-05-31 18:29:19.306635 |
description | Encrypted P2P SD-WAN library by ZeroTier |
homepage | https://www.zerotier.com |
repository | https://github.com/zerotier/libzt |
max_upload_size | |
id | 403964 |
size | 201,896 |
libzt
replicates the functionality of std::net but uses ZeroTier as its P2P transport layer.
Securely connect application instances, physical devices, and virtual devices as if everything is on a single LAN.
The libzt
crate is a binding around a C/C++ native library. You must have this library installed on your system in order for this crate to work. Currently the best way to do this is to install from our Homebrew tap:
brew install zerotier/tap/libzt
Note: Windows is untested but support is planned.
Add the following to your Cargo.toml
:
[dependencies]
libzt = "0.1.2"