Structs§
- IdIndex
- In-memory immutable index to do prefix lookup of key
K
throughP
. - IdIndex
Builder - IdIndex
Lookup - IdPrefix
Context - Manages configuration and cache of commit/change ID disambiguation index.
- IdPrefix
Index - Loaded index to disambiguate commit/change IDs.
Enums§
Traits§
- IdIndex
Source - Source table for
IdIndex
to map pointer of typeP
to entry. - IdIndex
Source Entry - Source table entry of
IdIndex
, which is conceptually a(key, value)
pair.