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/goim
Goim is a robust command line utility to maintain and query the Internet Movie Database (IMDb).
BurntSushi/nflvid
An experimental library to map play meta data to footage of that play.
BurntSushi/rust-sorts
Implementations of common sorting algorithms in Rust with comprehensive tests and benchmarks.
BurntSushi/locker
A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web applications.
BurntSushi/vcr
A simple wrapper tool around ffmpeg to capture video from a VCR.
BurntSushi/pager-multihead
A pager that supports per-monitor desktops (compatible with Openbox Multihead and Wingo)
BurntSushi/rust-error-handling-case-study
Code for the case study in my blog post: http://blog.burntsushi.net/rust-error-handling
BurntSushi/imgv
An image viewer for Linux written in Go.
BurntSushi/rucd
WIP
BurntSushi/rust-docs
A silly repo for managing my Rust crate documentation.
BurntSushi/atty
are you or are you not a tty?
BurntSushi/go
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
BurntSushi/homebrew-core
:beers: Core formulae for the Homebrew package manager
BurntSushi/json-gold
A JSON-LD processor for Go
BurntSushi/semver-parser
A parser for the semver specification
BurntSushi/d3-force
Force-directed graph layout using velocity Verlet integration.
BurntSushi/documentation
beautiful, flexible, powerful js docs
BurntSushi/env_logger
A logging implementation for `log` which is configured via an environment variable.
BurntSushi/findfile
BurntSushi/play
Testing stuff.
BurntSushi/remove_dir_all
Reliable remove_dir_all implementation for Windows
BurntSushi/rfcs
RFCs for changes to Rust
BurntSushi/rust-decimal
A Decimal Implementation written in pure Rust suitable for financial calculations.
BurntSushi/rust-runtime-benchmarks
Some benchmarks for testing rustc performance.
BurntSushi/thread-id
Get a unique thread ID in Rust
BurntSushi/thread_local-rs
Per-object thread-local storage for Rust
BurntSushi/toml-1
Tom's Obvious, Minimal Language
BurntSushi/clap-rs
A full featured, fast Command Line Argument Parser for Rust
BurntSushi/rust
a safe, concurrent, practical language
BurntSushi/simd