Skip to main content

StemIndex

Type Alias StemIndex 

Source
pub type StemIndex = HashMap<String, Vec<String>>;
Expand description

Map of lowercase filename stem โ†’ candidate full paths. Built by the knowledge base from the filesystem; consumed by resolve_wikilink.

Aliased Typeยง

pub struct StemIndex { /* private fields */ }