rustio-macros
Procedural macros for the RustIO web framework.
Currently provides #[derive(RustioAdmin)], which auto-generates admin metadata for struct models.
Re-exported from rustio-core; you typically import it as:
use RustioAdmin;
See the main repository for documentation.
License
MIT