Skip to main content

corevpn_cli/
lib.rs

1//! CoreVPN CLI Library
2//!
3//! Exposes the VPN client and .ovpn parser for reuse by the GUI and other frontends.
4
5pub mod client;
6pub mod ovpn;