Skip to main content

Crate mihomo_speedtest_rs

Crate mihomo_speedtest_rs 

Source
Expand description

§Mihomo SpeedTest Rust

A fast and accurate Clash/Mihomo proxy speedtest tool.

This library provides functionality to test proxy servers for latency, download speed, and upload speed. It supports various proxy protocols including Shadowsocks, VMess, Trojan, and standard HTTP/SOCKS5 proxies.

Re-exports§

pub use config::ProxyConfig;
pub use config::ProxyParameters;
pub use config::ProxyType;
pub use core::SpeedTestConfig;
pub use core::SpeedTestResult;
pub use core::SpeedTester;
pub use network::BandwidthResult;
pub use network::LatencyResult;

Modules§

cli
config
core
network
output

Type Aliases§

Result
Result type used throughout the library