opencascade-rs
opencascade-rs copied to clipboard
Make Shape and its descendant types Eq and Ord
This would allow, among other things, finding shape refs in collections, or using them as keys in a BTreeMap, etc.
Agreed - and Hash too if it's possible.