An open API service indexing awesome lists of open source software.

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

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.