cu29-reflect-derive 0.13.0

No-op fallback derive for Copper reflection when reflect is disabled
Documentation
1
2
3
4
5
6
7
8
9
10
# cu29-reflect-derive

No-op fallback `Reflect` derive macro for Copper.

This crate is used when reflection is disabled. It accepts `#[derive(Reflect)]`
and `#[reflect(...)]` helper attributes, but intentionally emits no generated
code. This keeps type definitions portable across feature configurations.

Most users do not depend on this crate directly and get it through Copper
feature wiring.