1 个不稳定版本
0.1.0 | 2023年3月29日 |
---|
#124 in #net
每月 22 次下载
在 check-host 中使用
7KB
128 行
checkhost
作为库的 check-host.net API 包装器。
(函数文档尚未设置)
用法
use checkhost;
use std::{error::Error};
fn main() -> Result<(), Box<dyn Error>> {
let check_result = checkhost::check_http(host, nodes)?;
println("{:?}", check_result);
}
依赖项
~4–16MB
~234K SLoC