Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upsuper/fst-subseq-ascii-caseless

An automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst.
https://github.com/upsuper/fst-subseq-ascii-caseless

fst rust

Last synced: about 5 hours ago
JSON representation

An automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst.

Awesome Lists containing this project

README

        

# fst-subseq-ascii-caseless

An automaton that matches if the input contains a specific subsequence
ignoring ASCII case.

It is similar to `fst::automaton::Subsequence`, and can be used to build
a simple fuzzy-finder for ASCII-only content.