This library provides a cross-platform, asynchronous (with Tokio) WireGuard implementation.
WARNING: This library is still in early development and is not ready for production use.
toml
[dependencies]
wiretun = { version = "0.1", features = ["uapi"] }
```rust use wiretun::{Cidr, Device, DeviceConfig, PeerConfig, uapi};
async fn main() -> Result<(), Box
More examples can be found in the examples directory.
1.66.1
This project is licensed under the Apache 2.0 license.