#Wireguard with Rust
4 messages · Page 1 of 1 (latest)
if theres a C api theres a rust c api
Wrapping the C API yourself would be extra work, but if nobody has done it yet someone has to
What kind of API are you looking for? On Linux, you can use the Netlink API to set up and configure Wireguard interfaces. There is a helper library specifically for Wireguard https://github.com/gluxon/wireguard-uapi-rs