Skip to content
View BurntSushi's full-sized avatar
🤠
working toward Jiff 1.0 (a datetime library for Rust)
🤠
working toward Jiff 1.0 (a datetime library for Rust)

Sponsors

Sponsoring

@dtolnay

Highlights

  • Pro

Organizations

@docopt @rust-lang @toml-lang @rust-lang-nursery @astral-sh

Block or report BurntSushi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rust-lang/regex Public

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

    Rust 3.7k 462

  2. ripgrep Public

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

    Rust 51.7k 2.1k

  3. aho-corasick Public

    A fast implementation of Aho-Corasick in Rust.

    Rust 1.1k 101

  4. bstr Public

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

    Rust 913 61

  5. memchr Public

    Optimized string search routines for Rust.

    Rust 1.1k 108

  6. rust-csv Public

    A CSV parser for Rust, with Serde support.

    Rust 1.8k 229

Contribution activity

April 2025

Created 2 repositories

Created a pull request in astral-sh/ruff that received 3 comments

ruff_annotate_snippets: address unused code warnings

Fixes #17230

+0 −1 lines changed 3 comments
Opened 17 other pull requests in 4 repositories

Created an issue in BurntSushi/jiff that received 3 comments

use more compact serialization for binary serializers

The idea here is that we can use Serde methods like is_human_readable to switch to a more compact serialization format for Jiff's Serde implementat…

3 comments
Opened 7 other issues in 2 repositories
Answered 2 discussions in 1 repository
BurntSushi/ripgrep
Loading