rust-learning icon indicating copy to clipboard operation
rust-learning copied to clipboard

Advice for learning Rust

Results 2 rust-learning issues
Sort by recently updated
recently updated
newest added

Hi, appreciate you have written this wonderful book, which will help many people comprehend the obscure knowledge in Rust. Another part I think is difficult in Rust is Variance and...

As of [Rust release 1.86](https://doc.rust-lang.org/stable/releases.html#version-1860-2025-04-03) casting a `dyn Subtrait` to a `dyn Supertrait` is stabilized so some of the information in your book is out of date. The following sections...