Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

3 items on 25 Jun 2026
Python GitHub Rust

astral-sh/ruff: 0.15.20

Release Notes Released on 2026-06-25. Preview features Allow human-readable names in rule selectors (#25887) Emit a warning instead of an error for unknown rule selectors (#26113) Match noqa shebang handling in…

Source: Ruff Releases github-actions[bot]
Rust

The many journeys of learning Rust

This is another post in our series covering what we learned through the Vision Doc process. We previously described the overall approach and what we learned about doing user research, we explored what people love about…

Source: Rust Blog Pete LeVasseur
Rust GitHub

leptos-rs/leptos: v0.8.19

A patch release, mostly of bugfixes. Note: one of these includes a behavior change, which is that the primary server function encodings now respect the Axum/Actix request body size limits, rather than ignoring them. If…

Source: Leptos Releases gbj