rustio-macros 0.3.1

Procedural macros for RustIO, including `#[derive(RustioAdmin)]`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rustio-macros

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.

## License

MIT