Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.08 KB

Readme.md

File metadata and controls

15 lines (10 loc) · 1.08 KB

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.

Rust Stream API is very elegant, but do you really know whats going on? Lets visualize streams and find some surprising results

Iterator API and its documentation can be a daunting for a beginner. lets learn about it by implementing a simple version

How in the world Axum manage to have methods that receive function pointers to various types of functions? What kind of black magic is this?

Additional languages