https://github.com/crabdancing/rust_practice
Some practice with the Rust programming language I did when I was first learning
https://github.com/crabdancing/rust_practice
Last synced: over 1 year ago
JSON representation
Some practice with the Rust programming language I did when I was first learning
- Host: GitHub
- URL: https://github.com/crabdancing/rust_practice
- Owner: crabdancing
- License: wtfpl
- Created: 2022-09-16T20:53:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T20:55:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T05:32:58.942Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I followed along with a Rust crash course video, and here's the result
I'm not sure how to license this stuff because it's just little nonsense example programs -- and I based them on someone else's nonsense example programs. The video I followed is [here](https://www.youtube.com/watch?v=zF34dRivLOw). Was a lot faster to learn this way than by banging my head against the wall -- the way Rust tracks ownership was oddly counterintuitive to me as a C++/Python programmer, and I appreciated the hand-holding provided by the video.