Skip to content
Avatar
😎
improving regex-automata
😎
improving regex-automata

Sponsoring

@gitclear @ziglang

Achievements

Achievements

Highlights

  • 69 discussions answered

Organizations

@diffeo @docopt @rust-lang @toml-lang @rust-lang-nursery
Block or Report

Pinned

  1. An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

    Rust 1.9k 271

  2. ripgrep recursively searches directories for a regex pattern while respecting your gitignore

    Rust 24.9k 1.1k

  3. A fast CSV command line toolkit written in Rust.

    Rust 7.1k 235

  4. A CSV parser for Rust, with Serde support.

    Rust 935 128

  5. A fast implementation of Aho-Corasick in Rust.

    Rust 442 56

  6. A string type for Rust that is not required to be valid UTF-8.

    Rust 355 29

691 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to BurntSushi/ripgrep, BurntSushi/dotfiles, rust-lang/regex and 5 other repositories

Contribution activity

May 2021

Created a pull request in BurntSushi/bstr that received 1 comment

upgrade to Rust 2018 + bump MSRV to Rust 1.41 + replace substring search with memmem from memchr crate

Pretty much what it says on the tin. The substring replacement was originally motivated by this reddit comment, where I discovered that bstr's subs…

+601 −2,519 1 comment
Reviewed 5 pull requests in 5 repositories
BurntSushi/regex-automata 1 pull request
BurntSushi/fst 1 pull request
rust-lang/rust 1 pull request
BurntSushi/rust-snappy 1 pull request
BurntSushi/ucd-generate 1 pull request

Seeing something unexpected? Take a look at the GitHub profile guide.