awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nrc avatar

nrc/patterns

0
View on GitHub↗
8,844 星标·409 分支·Handlebars·MPL-2.0·1 次浏览rust-unofficial.github.io/patterns↗

Patterns

This project is a curated catalogue of software architecture patterns and idioms implemented in Rust. It serves as a technical reference for building maintainable systems and a guide for writing idiomatic code.

The resource documents common structural solutions and anti-patterns for Rust development. It provides a collection of best practices and language-specific conventions to help developers write clean and efficient code.

The project covers systems design patterns, software architecture, and code optimization within a type-safe environment.

Features

  • Software Design Patterns - Offers a curated catalogue of reusable structural templates and architectural solutions for Rust development.
  • Ownership-Based Memory Management - Documents the use of Rust's ownership and borrowing model for memory management without a garbage collector.
  • Trait-Based Polymorphism - Demonstrates how to define shared behavior across different types using Rust's trait system.
  • Optimization Idioms - Provides a reference for efficient coding idioms and strategies to avoid performance-degrading anti-patterns.
  • Rust Pattern Collections - Provides a curated collection of design patterns and idioms specifically adapted for Rust's type system.
  • Rust Conventions - Guides developers in following community-accepted conventions for writing clean and idiomatic Rust code.
  • Compile-Time Type Constraints - Provides guidance on using Rust's type system to enforce strict data constraints during the build process.
  • Compile-Time Type Dispatch - Explains how to use generics to resolve function calls at compile time and eliminate runtime overhead.
  • Architectural State Machines - Implements state machine patterns using algebraic data types to manage complex system transitions.
  • Systems Design Patterns - Applies architectural templates tailored for systems-level software development within a type-safe environment.
  • Zero-Cost Abstraction Patterns - Illustrates high-level abstractions that compile to optimized machine code with zero runtime performance cost.
  • Best Practices/Style Guides - Listed in the “Best Practices/Style Guides” section of the Rust Learning awesome list.

Star 历史

nrc/patterns 的 Star 历史图表nrc/patterns 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

nrc/patterns 是做什么的?

This project is a curated catalogue of software architecture patterns and idioms implemented in Rust. It serves as a technical reference for building maintainable systems and a guide for writing idiomatic code.

nrc/patterns 的主要功能有哪些?

nrc/patterns 的主要功能包括:Software Design Patterns, Ownership-Based Memory Management, Trait-Based Polymorphism, Optimization Idioms, Rust Pattern Collections, Rust Conventions, Compile-Time Type Constraints, Compile-Time Type Dispatch。

nrc/patterns 有哪些开源替代品?

nrc/patterns 的开源替代品包括: rust-unofficial/patterns — A catalogue of Rust design patterns, anti-patterns and idioms. microsoft/rusttraining — This project is a structured Rust programming curriculum and systems programming course designed to take learners from… rust-lang/rust-by-example — This project is an interactive programming education resource and tutorial designed for learning the Rust programming… nrc/r4cppp — This project is an educational resource and technical reference library designed to assist experienced systems… wuye9036/cpptemplatetutorial — This project is a C++ template tutorial and metaprogramming guide. It provides instructional content on using… tmrts/go-patterns — This project serves as a technical reference and guide for implementing idiomatic software design patterns within the…

Patterns 的开源替代方案

相似的开源项目,按与 Patterns 的功能重合度排序。
  • rust-unofficial/patternsrust-unofficial 的头像

    rust-unofficial/patterns

    8,843在 GitHub 上查看↗

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

    Handlebarsantipatternsidiomspatterns
    在 GitHub 上查看↗8,843
  • microsoft/rusttrainingmicrosoft 的头像

    microsoft/RustTraining

    14,636在 GitHub 上查看↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Rust
    在 GitHub 上查看↗14,636
  • nrc/r4cpppnrc 的头像

    nrc/r4cppp

    3,857在 GitHub 上查看↗

    This project is an educational resource and technical reference library designed to assist experienced systems engineers in transitioning from C++ to Rust. It provides a structured curriculum that maps familiar programming patterns, syntax, and memory management techniques to their counterparts in the Rust ecosystem. The platform focuses on bridging the mental model gap between manual memory management and Rust’s ownership and borrowing rules. By aligning complex type systems, trait-based polymorphism, and template metaprogramming, it clarifies how to achieve performance parity through zero-c

    Rust
    在 GitHub 上查看↗3,857
  • rust-lang/rust-by-examplerust-lang 的头像

    rust-lang/rust-by-example

    8,026在 GitHub 上查看↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    Handlebars
    在 GitHub 上查看↗8,026
查看 Patterns 的所有 30 个替代方案→