https://github.com/allwelldotdev/rust101
Learning Rust programming from The Rust Book.
https://github.com/allwelldotdev/rust101
rust
Last synced: 10 months ago
JSON representation
Learning Rust programming from The Rust Book.
- Host: GitHub
- URL: https://github.com/allwelldotdev/rust101
- Owner: allwelldotdev
- Created: 2025-03-16T11:22:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-01T21:49:52.000Z (11 months ago)
- Last Synced: 2025-08-01T23:39:41.538Z (11 months ago)
- Topics: rust
- Language: Rust
- Size: 950 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Rust Programming 101
Coming from learning and using Python to build backend solutions, transform data, and automate processes (including cloud), I came across Rust--which Jack Dorsey, the former CEO of Twitter, called "the perfect programming lanaguage."
In this repo are tinkle files from learnings and lab files of learning Rust via two sources:
- [The Rust Book](https://doc.rust-lang.org/book/)
- [Programming Rust, 2nd Edition, by Jim Blandy, Jason Orendoff, and Leonara F. S. Tindall](https://learning.oreilly.com/library/view/programming-rust-2nd/9781492052586/)
For a more interactive learning experience, I also used a different version of the Rust Book, featuring: quizzes, highlighting, visualizations, and more: https://rust-book.cs.brown.edu/
Files from **The Rust Book** are stored on the top-level directory or root directory, while files from **Programming Rust** are stored in the `00-programming_rust_book` directory.