V vs. Rust

Comparing Rust’s performance and compile-time memory management to Vlang, the newest in software building languages. Read more

Similar

Returning Trait Objects in Rust

This is a fairly basic Rust syntax issue that I’ve run into several times. Based on unknowable runtime conditions, I will return one of several different return types from the same function. Also, this return type must use methods from two traits. How can... (more…)

Read more »