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
6
7
8
9
pub mod commands;
pub mod error_hint;
pub mod handlers;
pub mod output;

pub use commands::{Cli, Commands, ConfigAction, ConnectionAction, ProxyAction};
pub use error_hint::format_cli_error;
pub use handlers::run_cli_command;
pub use output::{print_error, print_info, print_success, print_table};