Extension traits for keeping the input of mapping functions
Fast fuzzy string matching with bit-parallel edit-distance algorithms (Myers, Hyyrö) and RapidFuzz(fuzzywuzzy)-style ratios.
A small extensible functional scripting language designed for concise expression with little code.
Banana split decoding implementation in Rust
A bloomfilter implementation in Rust
HashMap which preserves insertion order
One Time Passwords (OTP) per IETF RFC 2289
A high-performance, generic Radix Sort implementation for Rust supporting integers, floats, and strings
Rust translation of libsais for suffix array construction and related transforms
Regex-anre is a full-featured, zero-dependency regular expression engine that supports both standard and ANRE regular expressions.
NSON is a lightweight data-interchange format like JSON or BSON
Pure-Rust SA-IS suffix array construction, BWT, and inverse BWT with rayon parallelism. Output byte-compatible with libsais.