Structs§
- Cache
- Persistent store of previously seen flake URIs.
Enums§
- Cache
Config - Where to read and write the URI completion cache.
Constants§
- DEFAULT_
URI_ TYPES - Flake URI type prefixes offered by completion.
Functions§
- populate_
cache_ from_ input_ map - Convenience wrapper over
populate_cache_from_inputsfor the result ofcrate::edit::FlakeEdit::list. Ano_cacheoftruemakes the call a no-op. - populate_
cache_ from_ inputs - Load the on-disk cache, add any new
(id, uri)pairs, and commit.