Our great sponsors
-
There is no branch. I linked you to the blog posts by Russ. That's it. That's what we are talking about - that post and the two follow-ups. And I guess the github discussion.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
- Rustlings
-
- https://doc.rust-lang.org/book/ - "the rust book" it is freely available at the link. There is also a dead tree version for people like me.
-
-
Compile time means you catch issues at... well compile time. It also means that the code is optimized. You can look at the performance different between encoding/json and easyjson for why you may desire that.
Related posts
- Do you use relative toolchain paths with rustup? Let us know!
- Any new Opensource projects in (rust) looking for contributors. I want to start my journey as an OSS contributor.
- rust-analyzer changelog #177
- Foundation - Open Membership
- Recommendations on file/dir/module structure, common dependencies, and/or anti-patterns for writing CLI tool in Rust