EmbarkStudios / mirror-mirror

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

Remove `Reflect::type_id` #109

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Same reason removing Reflect::type_descriptor in #90.

I think keeping type_name is probably fine. Probably mostly used for pritning and (hopefully) not keys in maps or something. I've documented the footgun though.

A breaking change so this PR goes into the v0.2.0 branch.