Closed aaronjeline closed 2 months ago
User level API features/changes
Entity::new
Entity
Hash
HashSet
Entities::from_entities
Don't do this
No response
Category
User level API features/changes
Describe the feature you'd like to request
New APIS
Entity::new
returns a result, it would be nice to have a version that never failsEntity
does not implementHash
, yet we require entity collections to not have duplicates! This means you can't useHashSet
:(Entities::from_entities
does not indicate in documentation that it will error on duplicatesDescribe alternatives you've considered
Don't do this
Additional context
No response
Is this something that you'd be interested in working on?