roomrs-macros
Procedural macros for roomrs, including #[entity], #[dao], #[query], #[database], and migration-related helpers. The macros generate SQLite persistence code and validate SQL against schema snapshots at compile time.
Usage
This is an internal implementation crate. Application code should normally depend on roomrs, which re-exports these macros.
See the repository README for declarations and schema workflow.