wireguard-conf 2.0.0

Generate Wireguard configs and interfaces with code
Documentation
1
2
3
4
5
6
7
//! Re-exports of common structs.

#[cfg(feature = "amneziawg")]
pub use crate::amneziawg::*;
pub use crate::error::*;
pub use crate::keys::*;
pub use crate::models::*;