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

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