wirectl 0.1.0

Library to control Wireguard with kernel or userspace implementation
Documentation
#[macro_use]
extern crate cfg_if;

#[macro_use]
extern crate log;

mod api;

mod error;

pub mod interface;

pub mod types;

mod ipc;

pub use self::error::WireCtlError;