The best Rust update ever

⚓ Rust    📅 2026-03-05    👤 surdeus    👁️ 3      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: The best Rust update ever

I'm irrationally happy about the TOML 1.1 support in Rust 1.94.0. Like I'm thinking about baking a cake to celebrate.

Using the example from the announcement post on the Rust blog:

serde = { version = "1.0", features = ["derive"] }

Can now be written as:

serde = {
    version = "1.0",
    features = ["derive"],
}

cries from happiness

1 post - 1 participant

Read full topic

🏷️ Rust_feed