bim-core 0.15.4

Client core for bench.im.
Documentation
1
2
3
4
5
6
7
mod base;
mod http;
mod tcp_speedtest_net;

pub use base::Client;
pub use http::HTTPClient;
pub use tcp_speedtest_net::SpeedtestNetTcpClient;