Skip to content

v0.6.2

Compare
Choose a tag to compare
@TedDriggs TedDriggs released this 22 May 21:41
· 288 commits to master since this release

Add the usage module, with UsesTypeParams and UsesLifetimes. These traits help track usage of generic parameters throughout a proc-macro input, simplifying bounding or generation of derivative structs. See #40 and #41