innernet/wireguard-control-sys
Jake McGinty 6be3e61074 meta: release v1.5.2 2021-12-06 02:35:18 +09:00
..
bindgen-bindings wireguard-control(-sys): add FFI upgrade script and run it 2021-11-21 15:46:09 +09:00
c wireguard-control(-sys): add FFI upgrade script and run it 2021-11-21 15:46:09 +09:00
src Clippy all targets (#153) 2021-09-15 23:47:24 +09:00
.gitignore meta: rename wgctrl to wireguard-control 2021-09-15 12:43:20 +09:00
Cargo.toml meta: release v1.5.2 2021-12-06 02:35:18 +09:00
README.md meta: rename wgctrl to wireguard-control 2021-09-15 12:43:20 +09:00
build.rs wireguard-control-sys: cargo fmt 2021-11-21 15:49:41 +09:00
upgrade.sh wireguard-control(-sys): add FFI upgrade script and run it 2021-11-21 15:46:09 +09:00

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.