Expand description
Modules§
- extract
- Module for extracting GOG installers into their component parts This function is designed to extract the component parts of a GOG Linux installer script. It is almost an exact port of the implementation found here, and the ideas belong to him. Thanks for the original implementation.
- gog
- Module for GOG structs and responses
- token
- Module for OAuth token management
Structs§
Enums§
- Error
Kind - The kind of an error.
Type Aliases§
- Empty
Response - Result
- Convenient wrapper around
std::Result.