innernet/wireguard-control-sys
Jake McGinty 2fd0049d1a wireguard-control-sys: cargo fmt 2021-11-21 15:49:41 +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 wireguard-control-sys: use pregenerated bindings 2021-11-21 15:33:03 +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.