tork-macros 0.1.0

Procedural macros for the Tork web framework: routing, dependency injection, and the runtime entrypoint.
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented0 out of 19 items with examples
  • Size
  • Source code size: 214.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB 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
  • tork-rs/tork
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • muzakon

Procedural macros for the Tork web framework.

Every macro here emits code that refers to the public API through the tork facade crate (for example ::tork::Router), never through tork-core directly. This lets generated code compile inside user crates that depend only on tork.