awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesRust Pattern Libraries

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.

Awesome Rust Pattern Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • thealgorithms/rustAvatar TheAlgorithms

    TheAlgorithms/Rust

    25,875Vezi pe GitHub↗

    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.

    Rustalgorithmsdata-structureshacktoberfest
    Vezi pe GitHub↗25,875
  • rust-unofficial/patternsAvatar rust-unofficial

    rust-unofficial/patterns

    8,843Vezi pe GitHub↗

    A catalogue of Rust design patterns, anti-patterns and idioms

    Provides a reference for Rust anti-patterns to discourage problematic practices.

    Handlebarsantipatternsidiomspatterns
    Vezi pe GitHub↗8,843
  • pemistahl/grexAvatar pemistahl

    pemistahl/grex

    8,135Vezi pe GitHub↗

    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.

    Rustclicommand-line-toolpython
    Vezi pe GitHub↗8,135
  1. Home
  2. Programming Languages & Runtimes
  3. Rust Pattern Libraries

Explorează sub-etichetele

  • Algorithmic PatternsLibraries focusing on the implementation of standard computational algorithms and data structures in Rust. **Distinct from Rust Pattern Libraries:** Focuses on general algorithmic logic and data structures rather than programmatic matching patterns.
  • Anti-Pattern ReferencesA guide that identifies and discourages problematic Rust coding practices that lead to maintenance issues. **Distinct from Rust Pattern Libraries:** Distinct from Rust Pattern Libraries: focuses on anti-pattern reference material, not pattern generation libraries.