Rust Generics vs. Java Generics

In my previous article , I said
I needed to stop thinking of Rust generics as Java generics, because in
Rust, generic types are erased. Someone gently pointed out that they are… Read more

Similar

How to Read Rust Functions

Rust functions are surprisingly diverse, sitting at the intersection of multiple language features which may take time to understand. In this post, we’ll walk through those features and explain how they appear in function signatures, so you can be well-eq... (more…)

Read more »

This Week in Rust 400

Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at @ThisWeekIn... (more…)

Read more »