auto_route_macros 0.2.1

Procedural macros used by the auto_route Axum routing crate
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 8 items with examples
  • Size
  • Source code size: 29.45 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 372.35 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ananddub

auto_route_macros

Procedural macro implementation for auto_route.

Applications should depend on auto_route, which re-exports all public macros. This implementation crate is published separately because Rust procedural macros must live in a proc-macro crate.

License: MIT