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/
varkor joins the Compiler Team
https://internals.rust-lang.org/t/please-welcome-varkor-to-the-compiler-team/7716
https://internals.rust-lang.org/t/please-welcome-varkor-to-the-compiler-team/7716
Rust Internals
Please welcome varkor to the compiler team!
Please join me in welcoming @varkor to the compiler team! @varkor has been actively contributing to the compiler for some time, often in the form of gigantic, thankless refactorings (like the legendary #48523). They’ve been slowly working towards extending…
First screenshot of Dota2 running on gfx-portabilty with Metal backend
https://www.reddit.com/r/rust/comments/8pmniu/first_screenshot_of_dota2_running_on/
https://www.reddit.com/r/rust/comments/8pmniu/first_screenshot_of_dota2_running_on/
reddit
r/rust - First screenshot of Dota2 running on gfx-portabilty with Metal backend
270 votes and 45 so far on reddit
A Rust-based unikernel: First version of a Rust-based libOS
https://hermitcore.org/2018/06/06/A-Rust-based-Unikernel/
https://hermitcore.org/2018/06/06/A-Rust-based-Unikernel/
hermitcore.org
A Rust-based Unikernel
A Unikernel for Extreme-Scale Computing
Integrating QML and Rust: Creating a QMetaObject at compile time
https://woboq.com/blog/qmetaobject-from-rust.html
https://woboq.com/blog/qmetaobject-from-rust.html