Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

Rust

2 items on 16 Apr 2026
Rust GitHub

rust-lang/rust: Rust 1.95.0

Language Stabilize if let guards on match arms irrefutable_let_patterns lint no longer lints on let chains Support importing path-segment keywords with renaming Stabilize inline assembly for PowerPC and PowerPC64…

Source: Rust Compiler Releases rustbot
Rust GitHub

leptos-rs/leptos: v0.8.18

What's Changed doc(leptos_config): Improve docs readability; Add # Errors sections by @DanikVitek in #4593 feat(leptos_config): Implement LeptosOptions::css_path by @DanikVitek in #4592 fix: prevent circular reference…

Source: Leptos Releases gbj