Expand description
Folding@home client API wrapper for Rust. Use
API::connect_timeout()
to connect to your FAH
client.
Structs§
- API
- Wrapper for the FAH API. Use API::connect_timeout() to initialize.
- CBang
- Connection
- Contains the TCP connection to the FAH client, as well as its address for reconnecting.
- DEFAULT_
ADDR - Default TCP address of the FAH client.
- Error
- The
Error
type, a wrapper around a dynamic error type. - FAHClient
- FAHDuration
- None means unknown duration.
- FAHTime
- None means invalid time.
- Info
- LibFAH
- Options
- Simulation
Info - Slot
Info - Slot
Options - Slot
Queue Info - String
Bool - String
Int - System
Enums§
Functions§
Type Aliases§
- Result
Result<T, Error>