Skip to main content

Dozer Technical Blog

Our latest technical articles, samples & videos

rust

Two things that Rust does better than C++

Two language features of Rust that are better than C++, namely its ownership model and trait object system. These compare favorably to C++'s move semantics and virtual functions, respectively, and provide insights into why Rust has gained popularity among many developers.

Bei

Founding Principal Engineer