# rustio-macros
Procedural macros for the [Rustio](https://github.com/abdulwahed-sweden/rustio)
web framework — `#[derive(RustioAdmin)]` and friends.
This crate is consumed by `rustio-core`. Most users won't depend on
it directly; add `rustio-core` instead and the macro re-export comes
along.
- Framework overview: [repo README](https://github.com/abdulwahed-sweden/rustio#readme)
- Schema gallery: [`examples/`](https://github.com/abdulwahed-sweden/rustio/tree/main/examples)
- Cross-cutting rules: [`examples/CONVENTIONS.md`](https://github.com/abdulwahed-sweden/rustio/blob/main/examples/CONVENTIONS.md)