Folding@home client API wrapper for Rust

Latest version Documentation

rust 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.