• 0 posts
  • 3 comments
Joined 2 years ago
Cake day: July 2nd, 2024
  • I think one of the tools that really made a change for me was the rust-analyzer. It was a big difference knowing which var types rust really though I had on a variable or the type that some method is actually outputting, instead of my own (wrong) guesses.

    Edit: Also, another example is knowing how many levels of borrowing I had after a method. Those details help understand better.