cu29-reflect-derive 0.13.0

No-op fallback derive for Copper reflection when reflect is disabled
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 236.79 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • copper-project/copper-rs
    1169 73 16
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gbin

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.