vortix 0.3.1

Terminal UI for WireGuard and OpenVPN with real-time telemetry and leak guarding
Documentation
1
2
3
4
5
6
7
8
//! Domain state types shared across the workspace.
//!
//! These types travel through the engine FSM, the persistence layer, and the
//! TUI/CLI without dragging UI or runtime dependencies.

pub mod killswitch;

pub use killswitch::{KillSwitchMode, KillSwitchState};