b5ebb8e8d7
cuts down on total dependencies and build time goes from ~8s -> ~2s (on my desktop). |
||
---|---|---|
.. | ||
bindgen-bindings | ||
c | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
wireguard-control-sys
A low-level FFI around the embaddable-wg-library
WireGuard C library, which in turn communicates with the Linux kernel WireGuard via Netlink.
You probably want to use the wireguard-control
crate instead.