* fix: bevy_reflect looking for bevy in dev-deps * fix: support bevy as dev-dep only in bevy_reflect
Fix errors and panics to typical Rust conventions
partial_eq
reflect_partial_eq
* Rename reflect 'hash' method to 'reflect_hash' to avoid colliding with std:#️⃣:Hash::hash to resolve #943. * Rename partial_eq to reflect_partial_eq to avoid collisions with implementations of PartialEq on primitives.
Bevy Reflection