List of all items
Structs
- api::builder::FuzzyRegexBuilder
- api::builder::MatchFlags
- api::builder::RegexConfig
- api::match_result::CaptureMatches
- api::match_result::Captures
- api::match_result::CapturesIter
- api::match_result::Match
- api::match_result::Matches
- api::match_result::Split
- api::regex::FuzzyRegex
- api::streaming::ByteMatches
- api::streaming::FeedMatches
- api::streaming::ReaderMatches
- api::streaming::StreamingMatch
- api::streaming::StreamingMatcher
- compat::FuzzyMatch
- compat::FuzzyMatches
- compat::Pattern
- compat::UnmatchedSegment
- compat::fac::FuzzyAhoCorasick
- compat::fac::FuzzyAhoCorasickBuilder
- compiler::nfa_builder::NfaBuilder
- engine::backtrack::BacktrackConfig
- engine::backtrack::BacktrackMatcher
- engine::bitap::BitapMatcher
- engine::bitap::MultiBitapMatcher
- engine::bitap::MultiPatternMatch
- engine::captures::CaptureState
- engine::captures::CaptureStateBuilder
- engine::damlev::DamLevMatch
- engine::damlev::DamLevNfa
- engine::damlev::EditLimits
- engine::damlev::SearchBuffers
- engine::dfa::Dfa
- engine::dfa::DfaMatch
- engine::fuzzy_bridge::CachedMatches
- engine::fuzzy_bridge::FuzzyBridge
- engine::fuzzy_bridge::FuzzyMatchResult
- engine::fuzzy_nfa::FuzzyNfa
- engine::guard_nfa::GuardNfa
- engine::hash::FxHasher
- engine::matcher::EditCounts
- engine::matcher::MatchResult
- engine::matcher::Matcher
- engine::matcher::MatcherConfig
- engine::myers::MyersMatcher
- engine::prefilter::CandidateIter
- engine::simd_class::AsciiClassBitmap
- engine::simd_class::CompiledCharClass
- error::Span
- ir::hir::CostInfo
- ir::hir::HirClass
- ir::hir::HirLowering
- ir::nfa::CostConstraint
- ir::nfa::EditCharRestriction
- ir::nfa::LiteralPattern
- ir::nfa::Nfa
- ir::nfa::NfaFragment
- parser::ParseResult
- parser::ast::CharClass
- parser::ast::MatchFlags
- parser::ast::MrabFuzziness
- parser::lexer::Lexer
- types::FuzzyLimits
- types::FuzzyPenalties
Enums
- compat::Segment
- engine::prefilter::Prefilter
- error::Error
- ir::hir::Hir
- ir::nfa::State
- parser::ast::Anchor
- parser::ast::Ast
- parser::ast::CharClassItem
- parser::ast::Fuzziness
- parser::ast::NamedClass
- parser::ast::Quantifier
- parser::lexer::NamedClassToken
- parser::lexer::Token
Functions
- compiler::literal_extractor::deduplicate_literals
- compiler::literal_extractor::extract_literals
- compiler::nfa_builder::build_nfa
- engine::prefilter::create_prefilter
- ir::hir::lower
- ir::hir::lower_with_unicode
- parser::parse
- parser::parse_with_flags
Type Aliases
- engine::hash::FxHashMap
- engine::hash::FxHashSet
- error::Result
- ir::nfa::PatternIndex
- ir::nfa::StateId
- types::Distance
- types::NumEdits