index
:
steamworks-rs
cargo-run-fix
master
patch-1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callback.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove libc dependency
adumbidiot
2021-03-20
1
-1
/
+0
*
Use FnOnce instead of Fn for callresults
Matthew Collins
2020-09-02
1
-1
/
+1
*
Use `Fn` instead of `FnMut` for call results as they will be called at most once
Matthew Collins
2020-06-21
1
-2
/
+2
*
Rework to use the new flat steam api
Matthew Collins
2020-02-22
1
-156
/
+16
*
Added more bindings to SteamGameServer API
Flaise
2019-08-14
1
-2
/
+2
*
Implemented Serialize, Deserialize and other common traits where appropriate
Flaise
2019-08-03
1
-4
/
+4
*
Always catch panics during callbacks (Fixes #9)
Matthew Collins
2019-06-05
1
-35
/
+36
*
Implement the cloud storage api
Matthew Collins
2019-06-05
1
-2
/
+2
*
Generate the bindings from the provided json file instead of bindgen (Fixes #3)
Matthew Collins
2019-03-16
1
-4
/
+4
*
Steam networking support + other improvements
Matthew Collins
2018-05-07
1
-1
/
+32
*
Only allow run_callbacks to be run on a single thread at any time
Matthew Collins
2018-05-05
1
-9
/
+9
*
Rework how the sys crate is generated
Matthew Collins
2018-05-05
1
-8
/
+47
*
Cleanup callback handling.
Scetch
2018-03-16
1
-0
/
+126