BurntSushi / regex-automataView external linksLinks
A low level regular expression library that uses deterministic finite automata.
☆353Jul 7, 2023Updated 2 years ago
Alternatives and similar repositories for regex-automata
Users that are interested in regex-automata are comparing it to the libraries listed below
Sorting:
- A fast implementation of Aho-Corasick in Rust.☆1,201Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆1,035Updated this week
- A command line tool to generate Unicode tables as source code.☆115Sep 29, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆374Updated this week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,983Feb 8, 2026Updated last week
- Conditional compilation according to rustc compiler version☆389Updated this week
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,897Feb 3, 2026Updated last week
- Represent large sets and maps compactly with finite state transducers.☆2,043Sep 25, 2024Updated last year
- Rust port of Google's SwissTable hash map☆2,864Feb 5, 2026Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆645Nov 18, 2023Updated 2 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆280Sep 23, 2022Updated 3 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- garbage collection☆327Jul 24, 2019Updated 6 years ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- Just, really the littlest Vec you could need. So smol.☆726Jan 28, 2026Updated 2 weeks ago
- Colorful panic backtraces for Rust☆600Oct 28, 2025Updated 3 months ago
- Whole program static stack analysis☆649Oct 28, 2024Updated last year
- Fast, ergonomic metrics for Rust☆342Oct 15, 2024Updated last year
- A crate for safe and ergonomic pin-projection.☆704Feb 9, 2026Updated last week
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Runtime for executing procedural macros as WebAssembly☆1,469Jan 21, 2026Updated 3 weeks ago
- Simple probabilistic data structures☆148Feb 9, 2026Updated last week
- Empowering everyone to build asynchronous software☆858Oct 29, 2019Updated 6 years ago
- Rust library for single assignment cells and lazy statics without macros☆2,059May 24, 2025Updated 8 months ago
- A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.☆25Oct 26, 2023Updated 2 years ago
- asynchronous networking primitives☆409Nov 6, 2019Updated 6 years ago
- A parser combinator library for Rust☆1,354Feb 3, 2026Updated last week
- a smaller, faster and panic-free alternative to core::fmt☆389Feb 14, 2024Updated 2 years ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 4 months ago
- Test harness for ui tests of compiler diagnostics☆952Updated this week
- A fast bump allocation arena for Rust☆2,096Jan 12, 2026Updated last month
- Efficient transactional memory in rust.☆210Aug 2, 2021Updated 4 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Cross platform terminal colors for Rust.☆488Dec 31, 2024Updated last year
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated last week
- A low-level I/O ownership and borrowing library☆106Aug 6, 2025Updated 6 months ago
- A lightweight version of pin-project written with declarative macros.☆270Feb 9, 2026Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Dec 30, 2025Updated last month
- A binary encoder / decoder implementation in Rust.☆3,077Aug 15, 2025Updated 6 months ago