DEV Community

Discussion on: Rust log: First chapter

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I'm really starting to enjoy it. I certainly haven't spent this much time in the docs of any other language sinse my first language. But atleast the docs are pretty fantastic, I would have given up by now otherwise.

Collapse
 
ivanalejandro0 profile image
Ivan Alejandro

Oh, yeah... the docs are certainly great.
I spent a lot of time on the docs too, mainly on "the book"... but I think it is unavoidable since the borrow checker and ownership is a concept you don't see on other languages and you need to learn about that to start reading/writing code.
I'm looking forward to the "enjoying writing rust" stage. So far, with a handful of days in on rust, I'm already starting to feel comfortable reading other people's code.
Thanks for sharing your thoughts on working with Rust, cheers!