Release 0.7.0
Changes && Bug fixes
- ✨ Reworked Structure for API Building at Compile Time in #2 by @nwrenger
- Replaced the
extract!
macro with theroute!
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
- Replaced the
- ...
Full Changelog: 0.6.1...0.7.0