Crates.io | ambient_cb |
lib.rs | ambient_cb |
version | 0.3.1 |
source | src |
created_at | 2023-04-26 15:20:30.990683 |
updated_at | 2023-10-25 13:46:50.648971 |
description | Defines helper types for callbacks wrapped in `Arc` that implement `Debug`. |
homepage | |
repository | https://github.com/AmbientRun/Ambient |
max_upload_size | |
id | 849462 |
size | 2,816 |
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
.