mihomo-rs 2.1.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
pub mod channel;
pub mod download;
pub mod manager;

pub use channel::{fetch_latest, fetch_releases, Channel, ChannelInfo, ReleaseInfo};
pub use download::Downloader;
pub use manager::{VersionInfo, VersionManager};