The future of Clippy (the Rust linter)
https://manishearth.github.io/blog/2018/06/05/the-future-of-clippy-the-rust-linter/
https://manishearth.github.io/blog/2018/06/05/the-future-of-clippy-the-rust-linter/
manishearth.github.io
The future of Clippy (the Rust linter)
We’ve recently been making lots of progress on future plans for clippy and I
thought I’d post an update. For some background, Clippy is the linter for Rust. We have more than 250 lints, …
thought I’d post an update. For some background, Clippy is the linter for Rust. We have more than 250 lints, …
The Rust language and special cases
https://blog.infinitenegativeutility.com/2018/6/the-rust-language-and-special-cases
https://blog.infinitenegativeutility.com/2018/6/the-rust-language-and-special-cases
Infinite Negative Utility
The Rust Language and Special Cases — Infinite Negative Utility
I first came across Rust back in 2010 or 2011, and it was a very different language than the one it is today, both syntactically and sema...
Introducing feL4: Rust programs for the seL4 microkernel
https://www.reddit.com/r/rust/comments/8oqppz/introducing_fel4_rust_programs_for_the_sel4/
https://www.reddit.com/r/rust/comments/8oqppz/introducing_fel4_rust_programs_for_the_sel4/
reddit
Introducing feL4 : Rust programs for the seL4 microkernel • r/rust
seL4 is an open source operating system kernel with a proof of implementation correctness and a cool capability system. A feL4 project is a Rust...
This week's crate is clap-verbosity-flag, a small crate to easily add a verbosity setting to Rust command line applications.
https://github.com/rust-clique/clap-verbosity-flag
https://github.com/rust-clique/clap-verbosity-flag
GitHub
rust-clique/clap-verbosity-flag
clap-verbosity-flag - Easily add a --verbose flag to CLIs using Structopt
Understanding the difference between Box<Trait>, &Trait, impl Trait, and dyn Trait
https://joshleeb.com/posts/rust-traits-and-trait-objects/
https://joshleeb.com/posts/rust-traits-and-trait-objects/