rust @any%
Publish on 2023-10-07

Why Rust

pls read ch1 of “Programming Rust”

Programming Rust

ch2

try read ch2 of “Programming Rust”, you can skip if it’s too hard for you now.

ch[3:]

follow REPL, I love jupyter lab https://github.com/humbornjo/rusting

Rust Wandering

Before the beginning, please google “auto trait”. And understand “str and &str”.

My Note

str &str and more

Rust iterator, deref, ref from top to bottom

slice and &slice

Tiny blog for Arc

Do u really understand Option?

Understand Send & Sync in practice

Newbie

Follow this guy youtube@jonhoo

Debug with backtrace: Rust Backtrace on windows? + How to pass RUST_BACKTRACE=1

Understanding Send and Sync

Is there any way to explicitly write the type of a closure?

How Clone differ from Copy?

How Copy and Clone traits are implemented under the hood in rust

Rust Module System

Pin and Unpin

Best Practice

Replace every to_owned(), into(), to_string() with Cow, and more.

© 2024 humbornjo :: based on 
nobloger  ::  rss