rustio-macros 1.3.0

Procedural macros for RustIO (the #[derive(RustioAdmin)] + #[derive(RustioSearchable)] macros).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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