I finished the Rust Book chapter on Structs today. It’s very interesting because you can implement methods(called associated functions) and make constructors.
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.