Crate tantivy_fst

source ·
Expand description

This is a fork over Andrew Gallant fst crate. Parts of this crate were retrofitted from a PR by Clément Renault https://github.com/BurntSushi/fst/pull/61

Re-exports

Modules

  • Automaton implementations for finite state transducers.
  • Map operations implemented by finite state transducers.
  • Operations on raw finite state transducers.

Structs

  • A regular expression for searching FSTs with Unicode support.

Enums

  • An error that encapsulates all possible errors in this crate.

Traits

  • IntoStreamer describes types that can be converted to streams.
  • Streamer describes a “streaming iterator.”

Type Aliases

  • A Result type alias for this crate’s Error type.