aboutsummaryrefslogtreecommitdiff
path: root/src/user.rs
Commit message (Expand)AuthorAgeFilesLines
* Add `SteamServersConnected`, `SteamServersDisconnected` and `SteamServerConne...William Venner2021-04-011-0/+57
* Remove libc dependencyadumbidiot2021-03-201-2/+2
* Replace failure with thiserroradumbidiot2020-09-221-16/+16
* Rework to use the new flat steam apiMatthew Collins2020-02-221-22/+24
* Fix for thread contention causing errors on Mac OS and segfaults on WindowsFlaise2019-07-301-2/+4
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-30/+26
* Steam networking support + other improvementsMatthew Collins2018-05-071-2/+2
* Only allow run_callbacks to be run on a single thread at any timeMatthew Collins2018-05-051-3/+3
* Rework how the sys crate is generatedMatthew Collins2018-05-051-24/+26
* Cleanup callback handling.Scetch2018-03-161-14/+6
* Initial support for serversMatthew Collins2018-02-281-1/+1
* Implement user authentication session methodsMatthew Collins2018-02-271-0/+234
* Try and make the accessors generic over the client and serverMatthew Collins2018-02-271-3/+3
* Add basic steam user accessorMatthew Collins2018-02-271-0/+17