#callback #multiplayer-game

ambient_cb

Defines helper types for callbacks wrapped in Arc that implement Debug

19 releases

0.3.1 Oct 25, 2023
0.3.1-rc.1 Oct 24, 2023
0.3.0-rc.2 Sep 29, 2023
0.2.1 May 6, 2023
0.2.0-rc3 Apr 27, 2023

#384 in Debugging

Download history 88/week @ 2024-07-21 73/week @ 2024-07-28 59/week @ 2024-08-04 82/week @ 2024-08-11 57/week @ 2024-08-18 93/week @ 2024-08-25 73/week @ 2024-09-01 52/week @ 2024-09-08 45/week @ 2024-09-15 99/week @ 2024-09-22 99/week @ 2024-09-29 1/week @ 2024-10-06 55/week @ 2024-10-13 48/week @ 2024-10-20 23/week @ 2024-10-27 44/week @ 2024-11-03

170 downloads per month
Used in 34 crates (4 directly)

MIT/Apache

3KB

ambient_cb

ambient_cb is a library for the Ambient runtime that provides helpers for wrapping callbacks in an Arc that implements Debug. This is used to enable storing callbacks in structs that derive Debug.

No runtime deps