Module index

Module index 

Source
Expand description

Indexing module.

This module will provide various indexing strategies for efficient data retrieval. Planned for v0.3+.

Structs§

BTreeIndex
B-Tree index (placeholder)
HashIndex
Hash index (placeholder)

Enums§

IndexType
Index type enumeration

Traits§

Index
Index trait (placeholder)