All notable changes to this project will be documented in this file
- added support for parameterizing function arguments
- updated to rust 2021 edition
- Fixed missing documentation for
parameterize
macro - Updated github actions workflow to use newer versions of some dependencies and remove others.
Removed empty file
- Major refactor adding more helpful diagnostics
- Added the optional
fmt
argument for formatting the identifiers of the generated functions
first release
- Added the
parameterize
attribute macro for parameterizing generic functions, especially unit tests.