autumn-macros 0.1.0

Proc macros for the Autumn web framework
Documentation

Autumn Macros

Proc macros for the Autumn web framework.

This crate provides:

  • Route annotation macros (#[get], #[post], etc.)
  • The routes![] collection macro
  • The #[autumn_web::main] entry point macro (S-008)
  • The #[model] attribute macro (S-018)

Users should not depend on this crate directly — use autumn-web instead, which re-exports everything.