# ratatui-derive
Reserved for Ratatui derive macros and code generation helpers for Ratatui APIs.
This crate is a Ratatui namespace reservation for future work in the macros
area. It intentionally exposes no public API yet. A future release may replace
this reservation with a real implementation when the design is ready.
The crate points at the main Ratatui project rather than a separate
implementation repository:
- <https://github.com/ratatui/ratatui>
- <https://docs.rs/ratatui/latest/ratatui/>
Documentation for this reservation crate is published at:
- <https://docs.rs/ratatui-derive>
## Related Crates And Overlap
This reservation may overlap with:
- The existing `ratatui-macros` crate.
Any future implementation should coordinate with those crates or clearly explain
the difference before publishing a non-reservation release.