DefGuard / wireguard-rs

Rust library providing unified WireGuard interface to native/kernel and userspace implementations
https://github.com/defguard/defguard/
Other
123 stars 10 forks source link

feat: add serialization support #26

Closed wojcik91 closed 8 months ago

wojcik91 commented 8 months ago

Derive Serialize and Deserialize implementations for configuration structs. Meant to enable easier integration with common JSON APIs (for example an HTTP server).