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,205Feb 27, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,047Feb 10, 2026Updated last month
- A command line tool to generate Unicode tables as source code.☆116Sep 29, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆377Updated this week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,986Feb 8, 2026Updated last month
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 3 weeks ago
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,913Feb 24, 2026Updated last week
- Represent large sets and maps compactly with finite state transducers.☆2,048Sep 25, 2024Updated last year
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 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,305Jan 7, 2026Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Colorful panic backtraces for Rust☆600Oct 28, 2025Updated 4 months ago
- Whole program static stack analysis☆650Oct 28, 2024Updated last year
- Fast, ergonomic metrics for Rust☆343Oct 15, 2024Updated last year
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated last month
- Simple probabilistic data structures☆147Mar 2, 2026Updated last week
- Empowering everyone to build asynchronous software☆854Oct 29, 2019Updated 6 years ago
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.☆25Oct 26, 2023Updated 2 years ago
- asynchronous networking primitives☆406Nov 6, 2019Updated 6 years ago
- A parser combinator library for Rust☆1,355Feb 3, 2026Updated last month
- 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 5 months ago
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- Efficient transactional memory in rust.☆209Aug 2, 2021Updated 4 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- Cross platform terminal colors for Rust.☆488Dec 31, 2024Updated last year
- Manual segmented stacks for Rust☆336Feb 7, 2026Updated last month
- A low-level I/O ownership and borrowing library☆106Aug 6, 2025Updated 7 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆297Dec 30, 2025Updated 2 months ago
- A lightweight version of pin-project written with declarative macros.☆274Mar 3, 2026Updated last week
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 6 months ago