libzt 0.1.0

Encrypted P2P SD-WAN library by ZeroTier
docs.rs failed to build libzt-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libzt-0.1.2

libzt - Sockets over ZeroTier

libzt replicates the functionality of std::net but uses ZeroTier as its transport layer.

Securely connect application instances, physical devices, and virtual devices as if everything is on a single LAN. ZeroTier brings your network into user-space. No root, and no host configuration requirements.

Usage

Add the following to your Cargo.toml:

[dependencies]
libzt = "0.1.0"

Resources