Rust for Java Developers
Introduction to the Rust programming language for java developers, (complete with code sampes) with a focus on shared concepts. (more…)
Read more »In Rust, data types – primitives, structs, enums and any other ‘aggregate’
types like tuples and arrays – are dumb. They may have methods but that
is just a convenience (they are just functions). Types have no
relationship with each other. Read more