Skip to main content

Crate surrealdb_collections

Crate surrealdb_collections 

Source
Expand description

Sorted Vec-backed map and set containers used inside surrealdb-core.

This crate is SurrealDB internal API and does not promise stability.

Structs§

OccupiedEntry
VacantEntry
VecMap
Map with unique keys in ascending Ord order, stored in a Vec.
VecMapIntoIter
VecSet
Set of unique values in ascending Ord order, stored in a Vec.
VecSetIntoIter

Enums§

Entry