MegaAntiCheat / client-backend

GNU General Public License v3.0
118 stars 25 forks source link

Interesting hack using autoref to implement trait specialisation. #116

Closed Bash-09 closed 7 months ago

Bash-09 commented 7 months ago

Don't need to add empty impls for messages now.

I learned this from https://github.com/dtolnay/case-studies, which has some really interesting behaviours that can be created with macros. (In particular Autoref-based stable specialization)