wireguard 0.2.0

The Rust wireguard reference implementation, converted into a usable library.
Documentation
1
2
3
4
5
6
7
mod tun;
mod uapi;
mod udp;

pub use tun::LinuxTun as Tun;
pub use uapi::LinuxUAPI as UAPI;
pub use udp::LinuxUDP as UDP;