-
I'm on my second reading of the official book ( for free on the web, or you can buy an eBook or dead-tree version: https://doc.rust-lang.org/book/ ), about 12 months since I first picked it up, and many concepts are only just now clicking into place for me
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
For a shallower learning curve, consider doing Codewars exercises in Rust.
-
apirunner
This is CLI program which can call Rest APIs a number of times based on the Count specified in the input file. Its written in Rust. (by omkarium)
Hey, not trying to spam or something. But I recently wrote this CLI executable which uses reqwest. https://github.com/leogitpub/apirunner Believe me, I spent almost 9 hours to figure out how to combine tokio and async move. Wrote plenty of code and scraped a lot of it. My mom told me I would get mad soon If I sit 6 hours straight on my weekends. Rust is hard and highly addictive as Coke.