Our great sponsors
-
I came across this issue in Rust recently: https://github.com/rust-lang/rust/issues/57893. I thought it was interesting since it lets you easily write transmute in safe Rust: https://zyedidia.github.io/blog/posts/5-safe-transmute/.
-
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.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- A match-like version of the `cfg_if` crate has been added to the standard library
- #42069 rust-lang/rust: set process “nice” flag to run rustbuild on low priority
- Interesting const interior mutability issue
- Rust & MySQL: executing MySQL stored procedures which return multiple result sets using crate sqlx.
- Stabilization PR for `async fn` in traits