3 repository-uri
Rust-based libraries focused on the programmatic generation and manipulation of matching patterns.
Distinct from Rust Libraries: Candidates are either general Rust lists or specific domain libraries (NLP/GUI), not general pattern synthesis libraries.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Rust Pattern Libraries. Refine with filters or upvote what's useful.
This project is an algorithm implementation reference and educational resource providing a library of common computer science algorithms implemented in Rust. It serves as a codebase for learning data structures and algorithmic logic through practical, executable examples. The collection is designed for computer science education and rust language proficiency, allowing users to study computational patterns and solve programming challenges. It provides a reference for those practicing competitive programming or seeking to understand how to apply Rust idioms to standard algorithmic logic.
Provides a library of common computational patterns and data structures implemented in Rust.
A catalogue of Rust design patterns, anti-patterns and idioms
Provides a reference for Rust anti-patterns to discourage problematic practices.
Grex is a regular expression generator and Rust pattern library that synthesizes a single regular expression from a set of provided text test cases. It functions as a command-line tool and a library, utilizing a Rust-based engine to analyze commonalities across input strings to create matching patterns. The project distinguishes itself through Unicode-aware grapheme processing, ensuring consistent matching across diverse character sets and non-ASCII text. It also provides Python bindings to make its core Rust logic available within Python environments. The system covers pattern generalizatio
Provides a Rust library for the programmatic generation and manipulation of regular expression patterns.