Contact GitHub support about this userโs behavior. Learn more about reporting abuse.
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Rust 2k 294
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Rust 27.3k 1.2k
A fast CSV command line toolkit written in Rust.
Rust 7.6k 244
A CSV parser for Rust, with Serde support.
Rust 1k 139
A fast implementation of Aho-Corasick in Rust.
Rust 489 62
A string type for Rust that is not required to be valid UTF-8.
Rust 390 31