ambient_cb 0.3.1

Defines helper types for callbacks wrapped in `Arc` that implement `Debug`.
Documentation
1
2
3
# ambient_cb

`ambient_cb` is a library for [the Ambient runtime](https://github.com/AmbientRun/Ambient) that provides helpers for wrapping callbacks in an `Arc` that implements `Debug`. This is used to enable storing callbacks in structs that derive `Debug`.