Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust blog posts #2

Open
aslilac opened this issue Jan 3, 2023 · 0 comments
Open

Rust blog posts #2

aslilac opened this issue Jan 3, 2023 · 0 comments

Comments

@aslilac
Copy link
Owner

aslilac commented Jan 3, 2023

Rust for…

This series of blog posts targets developers who are already proficient in at least one other programming language. Instead of covering basics, I intend to cover the most common “Rust-isms” that people tell me are keeping them from learning the language.
  • Lifetimes, and why you shouldn’t care about them
  • Why does Rust have so many string types? (and how to cope)
  • “The Borrow Checker”
  • Borrowing, lifetimes, and async Rust
  • References are Copy
  • Arc, Rc, and Box
  • Ref, RefMut, and RefCell
  • Rust’s macros are cooler than yours
  • Async vs multithreading, and async runtimes (Send + Sync)
  • Auto-traits (like Sized)
  • Wine and fine dyning
  • Build your own Iterator trait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant