EmbarkStudios / mirror-mirror

🪞 Powerful reflection library for Rust
Apache License 2.0
79 stars 2 forks source link

Make TypeDescriptor impl `PartialEq`, `Eq` and `Hash` #100

Closed fu5ha closed 1 year ago

fu5ha commented 1 year ago

Does what it says on the tin :) Was just a matter of slapping the derives on and writing a couple basic tests.