Pinned Repositories
aho-corasick
A fast implementation of Aho-Corasick in Rust.
bstr
A string type for Rust that is not required to be valid UTF-8.
jiff
A datetime library for Rust that encourages you to jump into the pit of success.
memchr
Optimized string search routines for Rust.
quickcheck
Automated property based testing for Rust (with shrinking).
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
rust-csv
A CSV parser for Rust, with Serde support.
toml
TOML parser for Golang with reflection.
xsv
A fast CSV command line toolkit written in Rust.
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
BurntSushi's Repositories
BurntSushi/nflgame
An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
BurntSushi/nfldb
A library to manage and update NFL data in a relational database.
BurntSushi/xgb
The X Go Binding is a low-level API to communicate with the X server. It is modeled on XCB and supports many X extensions.
BurntSushi/advent-of-code
Rust solutions to AoC 2018
BurntSushi/chan
Multi-producer, multi-consumer concurrent channel for Rust.
BurntSushi/xgbutil
A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
BurntSushi/rust-cbor
CBOR (binary JSON) for Rust with automatic type based decoding and encoding.
BurntSushi/chan-signal
Respond to OS signals with channels.
BurntSushi/xpybutil
An incomplete xcb-util port plus some extras
BurntSushi/nakala
A low level embedded information retrieval system.
BurntSushi/utf8-ranges
Convert contiguous ranges of Unicode codepoints to UTF-8 byte ranges.
BurntSushi/notes
A collection of small notes that aren't appropriate for my blog.
BurntSushi/gribble
A command oriented language whose environment is defined through Go struct types by reflection.
BurntSushi/gohead
An xrandr wrapper script to manage multi-monitor configurations. With hooks.
BurntSushi/crev-proofs
My crev reviews.
BurntSushi/advisory-db
Security advisory database for Rust crates published through crates.io
BurntSushi/regex
BurntSushi/rust-analyzer
An experimental Rust compiler front-end for IDEs
BurntSushi/countwords
Playing with counting word frequencies (and performance) in various languages.
BurntSushi/hugo
A Fast and Flexible Static Site Generator built with love by spf13 in GoLang
BurntSushi/pcre2-mirror
A git mirror for PCRE2's SVN repository at svn://vcs.exim.org/pcre2/code
BurntSushi/rum
A Rust implementation of the infamous ICFP 2006 "Universal Machine"
BurntSushi/encoding_rs
A Gecko-oriented implementation of the Encoding Standard in Rust
BurntSushi/levenshtein-distance-benchmarks
BurntSushi/lupo
BurntSushi/packages
Primary and community-submitted packages for webinstall.dev
BurntSushi/regex-benchmark
It's just a simple regex benchmark of different programming languages.
BurntSushi/system76-firmware
System76 Firmware Tool and Daemon
BurntSushi/clam
BurntSushi/http-cache-semantics
🦀 Parses HTTP headers to correctly compute cacheability of responses.