Skip to main content

Module map_loader

Module map_loader 

Source
Expand description

Fetch, verify, and cache tokenizer maps.

Gated behind the http feature (default-on). Pulls in reqwest with both blocking and async APIs.

Structs§

LoadOptions
Options for MapLoader::load_blocking / MapLoader::load.
MapLoader
Fetch, verify, and cache tokenizer maps.
TokenizerMapHashMismatchError
Thrown when a fetched map doesn’t match the expected hash.

Enums§

LoadError
Errors raised by MapLoader.