openaws-vpn-client 0.1.4

Unofficial open-source AWS VPN client written in Rust
1
2
3
4
5
6
7
pub const CONNECTION_STATUS_NAME: &str = "connection_status";
pub const LOG_VIEW_NAME: &str = "log_view";
pub const DISCONNECTED: &str = "🔴 Disconnected";
pub const CONNECTED: &str = "🔵 Connected";
pub const CONNECTING: &str = "⚪ Connecting";
pub const BTN_CONNECT: &str = "Connect";
pub const BTN_DISCONNECT: &str = "Disconnect";