Function webster::preload[][src]

pub fn preload()
Expand description

Decompress the binary-encoded dictionary ahead of time, so that all calls to dictionary are fast. The dictionary loading is managed for you, you don’t need to call this to use webster-rs.

Without using this function, the first call will be much slower, as it needs to do the decompression and parsing work.