DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Take anything that's `Hash` for keys #2188

Open jkelleyrtp opened 3 months ago

jkelleyrtp commented 3 months ago

Keys currently take an attribute/string but in reality it should be anything hashable. Going from Uuid -> string -> u64 is just bad when uuid can be hashed.