mirror of
https://github.com/rust-unofficial/patterns
synced 2024-11-18 15:25:37 +00:00
10 lines
201 B
Markdown
10 lines
201 B
Markdown
|
# Introduction
|
||
|
|
||
|
## Design patterns
|
||
|
|
||
|
What are design patterns? What are idioms? Anti-patterns.
|
||
|
|
||
|
## Design patterns in Rust
|
||
|
|
||
|
Why Rust is a bit special - functional elements, type system - borrow checker
|