hobofan / ambassador

Delegation of trait implementations via procedural macros
Apache License 2.0
245 stars 13 forks source link

Generics2 #31

Closed dewert99 closed 2 years ago

dewert99 commented 2 years ago

Switched how fully generic type parameters are handled. Instead of treating "X\d*" names as fully generic with could potentially be a problem if someone had a struct named X for some reason. Fully generic names a listed specifically in there own section.