wgctrl-rs 0.1.0

High level bindings to the WireGuard embeddable C library
Documentation
1
2
3
4
5
6
7
extern crate wgctrl_rs;

use wgctrl_rs::*;

fn main() {
    println!("{}", Key::generate_preshared().to_base64());
}