Expand description
Folding@home client API wrapper for Rust. Use
API::connect_timeout()
to connect to your FAH
client.
Structs§
- Wrapper for the FAH API. Use API::connect_timeout() to initialize.
- Contains the TCP connection to the FAH client, as well as its address for reconnecting.
- Default TCP address of the FAH client.
- The
Error
type, a wrapper around a dynamic error type. - None means unknown duration.
- None means invalid time.
Enums§
Functions§
Type Aliases§
Result<T, Error>