IssueHint
BurntSushi/rust-pcre2: High level Rust bindings to PCRE2.
38
STARS
4
WATCHERS
11
FORKS
7
ISSUES
rust-pcre2 Recent Issues
Issue Title
State
Comments
Created Date
Updated Date
Not correct find.
closed
1
2021-02-28
2021-12-22
Statically link against the existing PCRE2 library as reported by pkg-config
open
1
2021-02-22
2023-02-09
BurntSushi's Other Repos
BurntSushi/termcolor: Cross platform terminal colors for Rust.
Last Updated: 2023-03-21
BurntSushi/rtmpdump-ksv: rtmpdump with ksv's patch. Intended to track upstream git://git.ffmpeg.org/rtmpdump as well.
Last Updated: 2022-11-04
BurntSushi/globset: A globbing library for Rust.
Last Updated: 2022-07-25
BurntSushi/clam:
Last Updated: 2022-07-25
BurntSushi/burntsushi-homepage: A small PHP web application for my old homepage.
Last Updated: 2022-11-04
BurntSushi/rust-pcre2: High level Rust bindings to PCRE2.
Last Updated: 2022-11-04
BurntSushi/tabwriter: Elastic tabstops for Rust.
Last Updated: 2023-03-21
BurntSushi/go-wayland-simple-shm:
Last Updated: 2022-11-04
BurntSushi/rum: A Rust implementation of the infamous ICFP 2006 "Universal Machine"
Last Updated: 2022-07-25
BurntSushi/levenshtein-distance-benchmarks:
Last Updated: 2022-07-25
BurntSushi/openbox-multihead: Openbox with patches for enhanced multihead support.
Last Updated: 2022-11-04
BurntSushi/toml-test: A language agnostic test suite for TOML parsers.
Last Updated: 2023-03-23
BurntSushi/findfile:
Last Updated: 2022-07-25
BurntSushi/rust-sorts: Implementations of common sorting algorithms in Rust with comprehensive tests and benchmarks.
Last Updated: 2022-07-25
BurntSushi/rust-analyzer: An experimental Rust compiler front-end for IDEs
Last Updated: 2022-07-25
BurntSushi/rure-go: Go bindings to Rust's regex engine.
Last Updated: 2023-03-21
BurntSushi/nfldb: A library to manage and update NFL data in a relational database.
Last Updated: 2023-03-21
BurntSushi/regex-automata: A low level regular expression library that uses deterministic finite automata.
Last Updated: 2023-03-21
BurntSushi/toml: TOML parser for Golang with reflection.
Last Updated: 2023-03-21
BurntSushi/imgv: An image viewer for Linux written in Go.
Last Updated: 2022-07-25
BurntSushi/pytyle1: A lightweight X11 tool for simulating tiling in a stacking window manager.
Last Updated: 2022-11-04
BurntSushi/bstr: A string type for Rust that is not required to be valid UTF-8.
Last Updated: 2023-03-19
BurntSushi/cmd: A convenience library for executing commands in Go, including executing commands in parallel with a pool.
Last Updated: 2022-11-04
BurntSushi/memchr: Optimized string search routines for Rust.
Last Updated: 2023-03-21
BurntSushi/dotfiles: My configuration files and personal collection of scripts.
Last Updated: 2023-03-19
BurntSushi/blog: My blog.
Last Updated: 2022-11-04
BurntSushi/nflvid: An experimental library to map play meta data to footage of that play.
Last Updated: 2023-03-21
BurntSushi/present: My presentations.
Last Updated: 2022-07-25
BurntSushi/gribble: A command oriented language whose environment is defined through Go struct types by reflection.
Last Updated: 2022-11-04
BurntSushi/regex-benchmark: It's just a simple regex benchmark of different programming languages.
Last Updated: 2022-07-25
BurntSushi/rust-docs: A silly repo for managing my Rust crate documentation.
Last Updated: 2022-08-08
BurntSushi/csql: Package csql provides convenience functions for use with the types and functions defined in the standard library `database/sql` package.
Last Updated: 2022-11-04
BurntSushi/system76-firmware: System76 Firmware Tool and Daemon
Last Updated: 2022-07-25
BurntSushi/env_logger: A logging implementation for `log` which is configured via an environment variable.
Last Updated: 2022-07-25
BurntSushi/quickcheck: Automated property based testing for Rust (with shrinking).
Last Updated: 2023-03-22
BurntSushi/lupo:
Last Updated: 2022-07-25
BurntSushi/linux: Linux kernel source tree
Last Updated: 2022-07-25
BurntSushi/this-week-in-rust: Data for this-week-in-rust.org
Last Updated: 2022-11-04
BurntSushi/packages: Primary and community-submitted packages for webinstall.dev
Last Updated: 2022-07-25
BurntSushi/regex:
Last Updated: 2022-07-25
BurntSushi/rucd: WIP
Last Updated: 2022-07-25
BurntSushi/atty: are you or are you not a tty?
Last Updated: 2022-07-25
BurntSushi/crev-proofs: My crev reviews.
Last Updated: 2022-11-04
BurntSushi/mempool: A fast thread safe memory pool for reusing allocations.
Last Updated: 2022-11-04
BurntSushi/locker: A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web applications.
Last Updated: 2022-11-04
BurntSushi/suffix: Fast suffix arrays for Rust (with Unicode support).
Last Updated: 2023-03-21
BurntSushi/utf8-ranges: Convert contiguous ranges of Unicode codepoints to UTF-8 byte ranges.
Last Updated: 2022-11-04
BurntSushi/gohead: An xrandr wrapper script to manage multi-monitor configurations. With hooks.
Last Updated: 2022-07-25
BurntSushi/nflcmd: A collection of command line utilities for viewing NFL statistics and rankings with nfldb.
Last Updated: 2022-07-25
BurntSushi/regexp: A regular expression library implemented in Rust.
Last Updated: 2022-11-04
BurntSushi/imdb-rename: A command line tool to rename media files based on titles from IMDb.
Last Updated: 2023-03-21
BurntSushi/encoding_rs_io: Streaming I/O adapters for the encoding_rs crate.
Last Updated: 2022-11-04
BurntSushi/nflfan: View your fantasy teams with nfldb using a web interface.
Last Updated: 2022-11-04
BurntSushi/xgbutil: A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Last Updated: 2023-03-23
BurntSushi/awesome-rust: A curated list of awesome Rust code and resources.
Last Updated: 2022-11-04
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.
Last Updated: 2023-03-21
BurntSushi/xsv: A fast CSV command line toolkit written in Rust.
Last Updated: 2023-03-23
BurntSushi/rust-cbor: CBOR (binary JSON) for Rust with automatic type based decoding and encoding.
Last Updated: 2023-03-21
BurntSushi/goim: Goim is a robust command line utility to maintain and query the Internet Movie Database (IMDb).
Last Updated: 2023-03-21
BurntSushi/clibs: A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and implementation of common data structures (hashmaps, vectors and linked lists).
Last Updated: 2023-03-19
BurntSushi/semver: Semantic version parsing and comparison.
Last Updated: 2022-11-04
BurntSushi/rust-csv: A CSV parser for Rust, with Serde support.
Last Updated: 2023-03-21
BurntSushi/rg-cratesio-typosquat: The source code of the 'rg' crate. It is an intentional typo-squat that redirects folks to 'ripgrep'.
Last Updated: 2022-11-04
BurntSushi/mscs-thesis-project: Repository for my MSCS thesis work
Last Updated: 2022-11-04
BurntSushi/erd: Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
Last Updated: 2023-03-19
BurntSushi/go-sumtype: A simple utility for running exhaustiveness checks on Go "sum types."
Last Updated: 2023-03-21
BurntSushi/rust-snappy: Snappy compression implemented in Rust (including the Snappy frame format).
Last Updated: 2023-03-21
BurntSushi/intern: A simple package for interning strings, with a focus on efficiently representing dense pairwise data.
Last Updated: 2022-11-04
BurntSushi/walkdir: Rust library for walking directories recursively.
Last Updated: 2023-03-22
BurntSushi/chan: Multi-producer, multi-consumer concurrent channel for Rust.
Last Updated: 2023-03-19
BurntSushi/critcmp: A command line tool for comparing benchmarks run by Criterion.
Last Updated: 2023-03-19
BurntSushi/xpybutil: An incomplete xcb-util port plus some extras
Last Updated: 2023-03-21
BurntSushi/pytyle3: An updated (and much faster) version of pytyle that uses xpybutil and is compatible with Openbox Multihead.
Last Updated: 2023-03-21
BurntSushi/ty: Easy parametric polymorphism at run time using completely unidiomatic Go.
Last Updated: 2023-03-21
BurntSushi/notes: A collection of small notes that aren't appropriate for my blog.
Last Updated: 2022-11-04
BurntSushi/advisory-db: Security advisory database for Rust crates published through crates.io
Last Updated: 2022-07-25
BurntSushi/team: Rust teams structure
Last Updated: 2022-07-25
BurntSushi/rust-cmail: A simple command line utility for periodically sending email containing the output of long-running commands.
Last Updated: 2022-07-25
BurntSushi/cluster: A simple API for managing a network cluster with smart peer discovery.
Last Updated: 2022-11-04
BurntSushi/vcr: A simple wrapper tool around ffmpeg to capture video from a VCR.
Last Updated: 2022-11-04
BurntSushi/cablastp: Performs BLAST on compressed proteomic data.
Last Updated: 2022-11-04
BurntSushi/nakala: A low level embedded information retrieval system.
Last Updated: 2022-07-25
BurntSushi/wingo: A fully-featured window manager written in Go.
Last Updated: 2023-03-21
BurntSushi/wendy: A pure Go implementation of the Pastry Distributed Hash Table
Last Updated: 2022-11-04
BurntSushi/bcbgo: Computational biology tools for the BCB group at Tufts University.
Last Updated: 2022-11-04
BurntSushi/qcsv: An API to read and analyze CSV files by inferring types for each column of data.
Last Updated: 2022-11-04
BurntSushi/c_cablastp: An early implementation of CaBLASTP in C. DO NOT USE.
Last Updated: 2022-11-04
BurntSushi/genecentric: A tool to generate between-pathway modules and perform GO enrichment on them.
Last Updated: 2022-11-04
BurntSushi/cif: A golang package for reading and writing data in the Crystallographic Information File (CIF) format. It mostly conforms to the CIF 1.1 specification.
Last Updated: 2022-11-04
BurntSushi/text: Miscellaneous functions for formatting text
Last Updated: 2022-11-04
BurntSushi/sqlsess: Simple database backed session management. Integrates with Gorilla's sessions package.
Last Updated: 2022-11-04
BurntSushi/sqlauth: A simple Golang package that provides database backed user authentication with bcrypt.
Last Updated: 2022-11-04
BurntSushi/martini: Classy web framework for Go
Last Updated: 2022-11-04
BurntSushi/coreutils: Cross-platform Rust rewrite of the GNU coreutils
Last Updated: 2022-11-04
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.
Last Updated: 2023-03-21
BurntSushi/pyndow: A window manager written in Python
Last Updated: 2022-07-25
BurntSushi/cmail: cmail runs a command and sends the output to your email address at certain intervals.
Last Updated: 2022-11-04
BurntSushi/fst: Represent large sets and maps compactly with finite state transducers.
Last Updated: 2023-03-21
BurntSushi/burntsushi-blog: A small Go application for my old blog.
Last Updated: 2022-11-04
BurntSushi/docopt: Pythonic command line arguments parser, that will make you smile
Last Updated: 2022-11-04
BurntSushi/rustaceans.org: Backing data for
Last Updated: 2022-11-04
BurntSushi/cargo: The Rust package manager
Last Updated: 2022-11-04
BurntSushi/handlebars-rust: Rust templating with Handlebars
Last Updated: 2022-11-04
BurntSushi/benchmarksgame-rs: The Computer Language Benchmarks Game: Rust implementations
Last Updated: 2022-11-04
BurntSushi/hanziconv: Hanzi Converter for Traditional and Simplified Chinese
Last Updated: 2022-11-04
BurntSushi/memmap-rs: cross-platform Rust API for memory-mapped IO
Last Updated: 2022-11-04
BurntSushi/rand:
Last Updated: 2022-11-04
BurntSushi/rust-runtime-benchmarks: Some benchmarks for testing rustc performance.
Last Updated: 2022-11-04
BurntSushi/json-gold: A JSON-LD processor for Go
Last Updated: 2022-08-08
BurntSushi/thread-id: Get a unique thread ID in Rust
Last Updated: 2022-08-08
BurntSushi/pager-multihead: A pager that supports per-monitor desktops (compatible with Openbox Multihead and Wingo)
Last Updated: 2022-11-04
BurntSushi/documentation: beautiful, flexible, powerful js docs
Last Updated: 2022-08-08
BurntSushi/rfcs: RFCs for changes to Rust
Last Updated: 2022-07-25
BurntSushi/homebrew-core: :beers: Core formulae for the Homebrew package manager
Last Updated: 2022-07-25
BurntSushi/rust-decimal: A Decimal Implementation written in pure Rust suitable for financial calculations.
Last Updated: 2022-07-25
BurntSushi/go: idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
Last Updated: 2022-07-25
BurntSushi/toml-1: Tom's Obvious, Minimal Language
Last Updated: 2022-07-25
BurntSushi/pcre2-mirror: A git mirror for PCRE2's SVN repository at svn://vcs.exim.org/pcre2/code
Last Updated: 2022-07-25
BurntSushi/semver-parser: A parser for the semver specification
Last Updated: 2022-11-04
BurntSushi/advent-of-code: Rust solutions to AoC 2018
Last Updated: 2023-03-19
BurntSushi/chan-signal: Respond to OS signals with channels.
Last Updated: 2023-03-19
BurntSushi/ucd-generate: A command line tool to generate Unicode tables as source code.
Last Updated: 2023-03-21
BurntSushi/rust-stats: Basic statistical functions on streams for Rust.
Last Updated: 2023-03-21
BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Last Updated: 2023-03-21
BurntSushi/graphics-go: Automatically exported from code.google.com/p/graphics-go
Last Updated: 2023-03-21
BurntSushi/byteorder: Rust library for reading/writing numbers in big-endian and little-endian.
Last Updated: 2023-03-20
BurntSushi/migration: Package migration for Golang automatically handles versioning of a database schema by applying a series of migrations supplied by the client.
Last Updated: 2023-03-21
BurntSushi/winapi-util: Safe wrappers for various Windows specific APIs.
Last Updated: 2023-03-21
BurntSushi/aho-corasick: A fast implementation of Aho-Corasick in Rust.
Last Updated: 2023-03-19
BurntSushi/freetype-go: A fork of freetype-go with bounding box calculations.
Last Updated: 2022-11-04
BurntSushi/arewewebyet: Are we web yet? A simple reckoning of Rust’s readiness for Web-related things.
Last Updated: 2022-11-04
BurntSushi/cargo-benchcmp: A small utility to compare Rust micro-benchmarks.
Last Updated: 2023-03-19
BurntSushi/countwords: Playing with counting word frequencies (and performance) in various languages.
Last Updated: 2022-11-04
BurntSushi/xdg: A Go package for reading config and data files according to the XDG Base Directory specification.
Last Updated: 2022-11-04
BurntSushi/lcmweb: A Go web application for coding documents with the Linguistic Category Model.
Last Updated: 2022-11-04
BurntSushi/rust-error-handling-case-study: Code for the case study in my blog post: http://blog.burntsushi.net/rust-error-handling
Last Updated: 2022-07-25
BurntSushi/same-file: Cross platform Rust library for checking whether two file paths are the same file.
Last Updated: 2023-03-21