1 2 3 4 5 6 7
extern crate wgctrl_rs; use wgctrl_rs::*; fn main() { println!("{}", Key::generate_preshared().to_base64()); }