All Projects → chuxiuhong → chuxiuhong-rust-patterns-zh

chuxiuhong / chuxiuhong-rust-patterns-zh

Licence: MPL-2.0 License
Rust设计模式中文翻译

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to chuxiuhong-rust-patterns-zh

Study-Notes
🤔💡 😃 😎 Algorithms, Data Structures, Design Patterns
Stars: ✭ 56 (+55.56%)
Mutual labels:  design-patterns
design-patterns
Simple examples of Design Patterns with PHP Examples
Stars: ✭ 75 (+108.33%)
Mutual labels:  design-patterns
design-patterns-for-humans-cn
Design patterns for humans 中文版 - 对设计模式超简单的解释
Stars: ✭ 2,432 (+6655.56%)
Mutual labels:  design-patterns
OOP-Design-Patterns
MET CS665 - OOP Design Patterns Code Examples
Stars: ✭ 74 (+105.56%)
Mutual labels:  design-patterns
php-design-patterns
Learn how to implement the most important Design Patterns into your PHP application. This project uses PHP 8.1. it has examples for each Pattern and an Article explaining how to use them step by step, their advantages, and disadvantages.
Stars: ✭ 151 (+319.44%)
Mutual labels:  design-patterns
enterprise-applications-patterns
Collection of enterprise application patterns
Stars: ✭ 17 (-52.78%)
Mutual labels:  design-patterns
spark-design-system
Spark Design System
Stars: ✭ 101 (+180.56%)
Mutual labels:  design-patterns
DataStructures Algorithms Java
Collection of data structures and algorithms challenges that I've solved. 💤
Stars: ✭ 12 (-66.67%)
Mutual labels:  design-patterns
design-pattern-examples-in-python
UML model and code examples of design patterns for Python. The model is created with Astah.
Stars: ✭ 27 (-25%)
Mutual labels:  design-patterns
vala-design-patterns-for-humans
A Vala version of "Design Patterns for Humans"
Stars: ✭ 15 (-58.33%)
Mutual labels:  design-patterns
vala
design-patterns-for-humans in Vala (programming language)
Stars: ✭ 52 (+44.44%)
Mutual labels:  design-patterns
here-we-go
Contains hundreds of samples for learning Go.
Stars: ✭ 93 (+158.33%)
Mutual labels:  design-patterns
mvc-tree
🌳 A chronological visualization of the family of MVC patterns.
Stars: ✭ 40 (+11.11%)
Mutual labels:  design-patterns
sherpa 41
Simple browser engine.
Stars: ✭ 31 (-13.89%)
Mutual labels:  design-patterns
DotNETCarRental
Daily car rental simulation with ASP.NET.
Stars: ✭ 13 (-63.89%)
Mutual labels:  design-patterns
Design-Patterns
A collection of popular design patterns with video and text explanations
Stars: ✭ 159 (+341.67%)
Mutual labels:  design-patterns
java-design-patterns
设计模式专题,共 23 种设计模式。GOF design patterns,implement of Java。
Stars: ✭ 32 (-11.11%)
Mutual labels:  design-patterns
dumb delegator
Delegator and SimpleDelegator in Ruby's stdlib are useful, but they pull in most of Kernel. This is not appropriate for many uses; for instance, delegation to Rails models.
Stars: ✭ 62 (+72.22%)
Mutual labels:  design-patterns
TestableDesignExample
Sample App to learn a testable design (Smalltalk flavored MVC)
Stars: ✭ 80 (+122.22%)
Mutual labels:  design-patterns
ezyfox
Java library supports for reflection, generic, annotations parsing, bean management and object binding
Stars: ✭ 14 (-61.11%)
Mutual labels:  design-patterns

Rust设计模式中文版

可在此查看在线文档Rust设计模式

本项目源自rust-unofficial/patterns,遵守原项目的MPL-2.0协议。 本着学习Rust的过程中也为Rust在国内的推广做一点微小的贡献的想法,来动手翻译该书。我尽量保持在不改专业术语的情况下更口语化些,不希望翻译的太过僵硬,希望读者理解,水平有限,翻译错漏之处还请指出。

用mdbook构建

  1. cargo install mdbook安装mdbook

  2. mdbook build将源文档编译为HTML等静态文件,输出目录为/book

  3. mdbook serve搭建可访问的服务,链接为http://localhost:3000

License

This content of this repository is licensed under MPL-2.0; see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].