Loading...

Tag trends are in beta. Feedback? Thoughts? Email me at [email protected]

Brand-new nightly experimental feature: compile-time reflection via std::mem::type_info

Learn Rust the Right Way

Which crates make the best use of the SIMD features in std::arch?

Unmentioned 1.84.0 change: "object safety" is now called "dyn compatibility"

What is the rust programming language book written in?

std::io::Error::downcast will be stablised in 1.79

New Experimental Feature in Nightly: Postfix Match

[fun] the earliest version of the `std` docs still available online. cool to see how much the standard library has changed since pre-1.0.0!

On Rust as an application language

Rust’s memory management method and new programming languages

You can specify lints with `[lints]` table in Cargo.toml on today's nightly!

I was digging through std::ops working on my programming language and found the std::op Yeet anyone know why this is a thing?

Pretty sure I just discovered the Rust equivalent of the backrooms

Just wanted to say I love some of the example code in the std doc.

Strict provenance: a teachable memory model (experiment) for Rust

std::simd is now available on nightly

The Rustonomicon

Const Generics now documented in nightly Reference

Ayu theme is now available on nightly rustdoc!

Rust Functional Language Features

Am I the only one who was completely unaware Rust has unions? ( not enum )

Ideas from other languages that influenced Rust

An unescaped \ immediately before a line-break causes the line-break and all whitespace at the beginning of the next line to be ignored

TIL that format! macro has a bunch of features

The Rust Programming Language Book

Aliasing - Very nice example of why is important

Just thought I'd point out how awesome the docs are for std::collections.

std::io::copy : why are the generic type constraints declared next to the function name and in the "where" section?

The Dark Arts of Advanced and Unsafe Rust Programming

rustc docs

More →