Safe interop between Rust and C++. Contribute to dtolnay/cxx development by creating an account on GitHub. (more…)
Read more »
Hi. Yes. Sorry. I’ve been trying to write this post for ages, but I’ve also been working on a huge writing project, and apparently I have a very limited amount of writing mana at my disposal. I think this is supposed to be a Patreon reward from Januar... (more…)
Read more »
Empowering everyone to build reliable and efficient software. - rust/RELEASES.md at stable · rust-lang/rust... (more…)
Read more »
Rust is a general-purpose programming language that is both type- and
memory-safe. Rust does not use a garbage collector, but rather achieves these
properties through a sophisticated, but complex, type system. Doing so makes
Rust very efficient, but makes... (more…)
Read more »
Today, there was a reddit post that asked what one needs to know when
Going after C++ with Rust basics. I thought this was an
interesting question to answer in a blog post and revive my blog.
Read more »