mihomo-rs 2.2.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 test;

pub use manager::ProxyManager;
pub use test::{test_all_delays, test_delay};