Moving from Rust to C++

I’ve been involved in Rust and the Rust community for many years now. Much of my work has been related to creating infrastructure for building GUI toolkits in Rust. However, I have found my frustrations with the language growing, and pine for the stable, … Read more

Similar

Rust’s Cargo-Script RFC

This RFC adds support for single-file bin packages in cargo.\nSingle-file bin packages are rust source files with an embedded manifest and a\nmain.\nThese files will be accepted by cargo commands as --manifest-path just like Cargo.toml files.\ncargo will ... (more…)

Read more »

Rust as a productive high-level language

Rust is often critiqued as a not a very productive programming language. It is true that there is a bit of a learning curve to be able to program in Rust; but beyond that, I think it pays off in productivity; and massively I must say. I haven’t... | Abid ... (more…)

Read more »