fahapi 0.1.1

Folding@home client API wrapper for Rust
Documentation

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 library is unstable as FAH presents itself with more surprises every now and then.