aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace failure with thiserroradumbidiot2020-09-221-110/+110
|
* Rework to use the new flat steam apiMatthew Collins2020-02-221-109/+109
|
* SteamError is Copy and Clone, adjusted callback type constraintsFlaise2019-08-221-2/+2
|
* Made serde dependency optionalFlaise2019-08-031-1/+4
|
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-2/+3
|
* Implement the cloud storage apiMatthew Collins2019-06-051-1/+1
|
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-109/+109
| | | | Allow us to remove the hack for accessing packed structs
* Fix building with older steam sdksMatthew Collins2018-05-051-8/+0
|
* Rework how the sys crate is generatedMatthew Collins2018-05-051-114/+114
| | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs.
* Improve error handlingMatthew Collins2018-02-271-13/+501
|
* Initial commitMatthew Collins2017-09-061-0/+17