Rust learning
- 3 Devlogs
- 13 Total hours
I am not building anything in particular; I am going along, completing Rust day-by-day in order to work on more advanced hardware projects.
I am not building anything in particular; I am going along, completing Rust day-by-day in order to work on more advanced hardware projects.
I finished the Rust Book chapter on Structs today. It’s very interesting because you can implement methods(called associated functions) and make constructors.
Currently learning about rust structures; haven’t posted in a while, but I’m loving memory management, and I think that the Rust Online Book does a fantastic job at explaining concepts.
I am working on improving my Rust skills by using the official online book. Today, I made the guessing game and learned about taking input, formatting it, and using arms(yes, they’re called that) to match results to actions.