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 461

  2. ripgrep Public

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

    Rust 51.8k 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 918 60

  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 227

1,924 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to astral-sh/uv, BurntSushi/jiff, astral-sh/ruff and 77 other repositories
Loading A graph representing BurntSushi's contributions from April 21, 2024 to April 23, 2025. The contributions are 51% commits, 29% code review, 14% pull requests, 6% issues. 29% Code review 6% Issues 14% Pull requests 51% Commits

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 20 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 8 other issues in 2 repositories
Answered 2 discussions in 1 repository
BurntSushi/ripgrep
Loading