#api-wrapper #api-client #port #foldingathome #folding-home

fahapi

Folding@home 客户端 API 包装器 for Rust

4 个版本

0.1.3 2021年2月14日
0.1.2 2020年9月17日
0.1.1 2020年6月22日
0.1.0 2020年6月21日

#api-wrapper 中排名 193

每月下载量 25

MIT 许可证 MIT

50KB
1.5K SLoC

Folding@home 客户端 API 包装器 for Rust

Latest version Documentation

fn example() -> fahapi::Result<()> {
    let mut api = fahapi::API::connect_timeout(&fahapi::DEFAULT_ADDR, std::time::Duration::from_secs(1))?;
    api.pause_all()?;
    api.unpause_all()
}

这是 go-fahapi 的 Rust 版本。


lib.rs:

Folding@home 客户端 API 包装器 for Rust。使用 API::connect_timeout() 连接到您的 FAH 客户端。

rust-fahapi 在 Github 上

依赖

~4–6MB
~111K SLoC