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
//! Kill switch state types — relocated to `vortix-core::state::killswitch` (plan 003 U1).
//!
//! This shim re-exports the canonical types so existing imports in the
//! binary crate keep working without a full sweep. Plan 003 U4 removes the
//! shim once consumers are updated.

pub use crate::vortix_core::state::killswitch::{KillSwitchMode, KillSwitchState};