aboutsummaryrefslogtreecommitdiff
path: root/src/user_stats.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use FnOnce instead of Fn for callresultsMatthew Collins2020-09-021-4/+4
|
* Use `Fn` instead of `FnMut` for call results as they will be called at most onceMatthew Collins2020-06-211-8/+8
|
* Rework to use the new flat steam apiMatthew Collins2020-02-221-15/+15
|
* Expand workshop supportMatthew Collins2020-01-251-1/+1
|
* SteamError is Copy and Clone, adjusted callback type constraintsFlaise2019-08-221-4/+4
|
* Made serde dependency optionalFlaise2019-08-031-6/+12
|
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-9/+13
|
* Fix for thread contention causing errors on Mac OS and segfaults on WindowsFlaise2019-07-301-0/+3
|
* Add stats & achievements APIAlex Butler2019-05-161-1/+32
|
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-28/+28
| | | | Allow us to remove the hack for accessing packed structs
* Add basic leaderboard handling (Work on #4)Matthew Collins2018-08-281-0/+214