mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-26 04:02:50 +02:00
No description
so a few things changed here: - InetType was used to encapsulate the differences between u8 and u16 situations in linux and other unix-alikes - Casts were adjusted for the above scenario - Some warnings and cfg directives were cleaned up a little - AF_INET and AF_INET6 were removed from inetaddress impl because due to scoping rules they're available at the module level anyway. Signed-off-by: Erik Hollensbe <git@hollensbe.org> |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
aes-gmac-siv | ||
artwork | ||
attic | ||
zerotier-core-crypto | ||
zerotier-network-hypervisor | ||
zerotier-system-service | ||
.gitignore | ||
LICENSE.md | ||
Makefile | ||
PROTOCOL.md | ||
README.md | ||
rustfmt.toml |
tetanus: work-in-progress repo for ZeroTier in (mostly) pure Rust
This repository will go away or be mothballed in the future. It's a work in progress and is a bit of a monorepo that will probably get broken up eventually.
The ZeroTier Rust code is currently sort of unlicensed pending actual release. We haven't decided what license to use yet, but we plan on it being something FOSS-friendlier than the current BSL in the old repo.