-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would be great to formalize a trait for a "Serial Scheme".
This is basically the key-issuing order or how the keys get generated out.
Say we could have the below traits
Incrementing&Deterministic-> from zero to usize::MAX incrementingRandom-> random free keyDecreasing&Deterministic-> from usize::MAX decreasing
This is more static approach
Other could be more dynamic approach where there is introspection but I'm favoring the static one through Ext type of traits.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels