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
170 downloads per month
Used in 34 crates
(4 directly)
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
.