Regex Engine & grep-Style Search (Rust)

Associated with CodeCrafters, 2025

This project is writen in Rust

Built a Rust implementation inspired by classic grep challenges by recreating a regex engine from scratch.

This project focuses on core string-pattern matching mechanics (tokenization, pattern parsing, and matching) and turning them into a usable CLI-style experience.

Tags

regex engine pattern matching string parsing CLI tooling search algorithms tokenization