awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

1 Repo

Awesome GitHub RepositoriesDeclarative Macros

Rule-based systems for matching and replacing source code patterns at compile time.

Distinct from Source Code Templates: Distinct from source code templates: focuses on rule-based pattern matching and code replacement within the compiler.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Declarative Macros. Refine with filters or upvote what's useful.

Awesome Declarative Macros GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rust-lang/bookAvatar von rust-lang

    rust-lang/book

    17,930Auf GitHub ansehen↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Rust matches source code against patterns and replaces matched code with new code during compilation using a rule-based syntax.

    Rustbookmdbookrust
    Auf GitHub ansehen↗17,930
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Source Code Templates
  5. Declarative Macros