Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpusch/rust-magic-patterns
Magical Rust patterns laid out and simplified
https://github.com/alexpusch/rust-magic-patterns
blog rust
Last synced: 25 days ago
JSON representation
Magical Rust patterns laid out and simplified
- Host: GitHub
- URL: https://github.com/alexpusch/rust-magic-patterns
- Owner: alexpusch
- Created: 2022-09-25T19:09:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T10:05:17.000Z (6 months ago)
- Last Synced: 2024-10-01T20:41:45.536Z (about 1 month ago)
- Topics: blog, rust
- Language: Rust
- Homepage:
- Size: 573 KB
- Stars: 1,150
- Watchers: 17
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-ccamel - alexpusch/rust-magic-patterns - Magical Rust patterns laid out and simplified (Rust)
README
# Rust magic patterns
The best way to learn Rust is by looking at simplified examples and building from there. Well, maybe not the best way, but this is the content of this blog repository.
### 2024-04-20 - [Rust Stream API visualized and exposed](rust-stream-visualized/Readme.md)
Rust Stream API is very elegant, but do you really know whats going on? Lets visualize streams and find some surprising results### 2023-11-18 - [Dumbing down Rust Iterator internals](dumbing-down-iterator/Readme.md)
Iterator API and its documentation can be a daunting for a beginner. lets learn about it by implementing a simple version### 2022-09-26 - [Axum style magic function params](axum-style-magic-function-param/Readme.md)
How in the world [Axum](https://github.com/tokio-rs/axum) manage to have methods that receive function pointers to various types of functions? What kind of black magic is this?#### Additional languages
- [Simplified Chinese](https://github.com/yushengguo557/rust-magic-patterns/blob/translation-zh-cn/Readme_ZH_CN.md) - @yushengguo557