Skip to main content

Crate rust_identified_vec

Crate rust_identified_vec 

Source
Expand description

§rust_identified_vec

Ordered collection with O(1) id lookup — inspired by

See the book guide for use cases and edge cases.

Structs§

IdentifiedVec
Ordered collection with O(1) id lookup (UDF IdentifiedArray parity).

Traits§

Identifiable
Elements stored in IdentifiedVec must expose a stable identifier.