Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@nwrenger nwrenger released this 05 Aug 11:04
· 43 commits to master since this release
e62d603

Changes && Bug fixes

  • ✨ Reworked Structure for API Building at Compile Time in #2 by @nwrenger
    • Replaced the extract! macro with the route! macro for marking route functions.
    • Modified the #[meatada] attribute to function as a marker without syntactical changes.
    • Introduced the generate! macro to generate the API by analyzing the current project and gathering information from specified markers.
    • Removed the Api wrapper.
    • Converted the main crate into a proc macro crate.
    • Remove gluer-macros crate
  • ...

Full Changelog: 0.6.1...0.7.0