mihomo-rs 2.0.0

A Rust SDK and CLI tool for mihomo proxy management with service lifecycle management, configuration handling, and real-time monitoring
Documentation
1
2
3
4
5
pub mod manager;
pub mod profile;

pub use manager::ConfigManager;
pub use profile::Profile;