Procedural macros for the [RustIO](https://github.com/abdulwahed-sweden/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:
```rust
use rustio_core::RustioAdmin;
```
See the [main repository](https://github.com/abdulwahed-sweden/rustio) for documentation.
MIT