Crate proton_call

Source
Expand description

§Proton Caller API

This defines the internal API used in proton-call to run Proton

Modules§

error
Contains the Error and ErrorKind types

Macros§

pass
Simple macro rapper for Result::Ok(T)
throw
Macro to throw an error, Result::Err(e)

Structs§

Config
Config type for parsing config files
Index
Index type to Index Proton versions in common
Proton
Type to handle executing Proton

Enums§

RunTimeVersion
Enum to represet Steam runtime versions
RuntimeOption
Runtime options define at https://github.com/ValveSoftware/Proton/tree/proton_6.3-rc#runtime-config-options
Version
Version type to handle Proton Versions