fahapi

Crates.iofahapi
lib.rsfahapi
version0.1.3
sourcesrc
created_at2020-06-21 17:54:12.412534
updated_at2021-02-14 19:42:59.456458
descriptionFolding@home client API wrapper for Rust
homepage
repositoryhttps://github.com/MakotoE/rust-fahapi
max_upload_size
id256384
size53,302
Makoto (MakotoE)

documentation

README

Folding@home client API wrapper 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()
}

This is a Rust port of go-fahapi.

Commit count: 28

cargo fmt