rustio-macros 0.3.1

Procedural macros for RustIO, including `#[derive(RustioAdmin)]`.
Documentation

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 rustio_core::RustioAdmin;

See the main repository for documentation.

License

MIT