rust
15 posts tagged with "rust"
Raising the Bar: A Rust-Systems Read on Web Tools Weekly #673
Web Tools Weekly curates 25 JavaScript tools a week with one-line blurbs and four ads. Here's the same issue read through a systems lens — every tool mapped to a Rust alternative with an Adopt/Trial/Assess/Hold verdict, and an honest account of where JavaScript still wins.
Rust Crate Radar Digest #1: Memory-Safe Zstd, a Fast SMB Client, and a Standard Library Rewrite
Five recent Rust crates worth knowing about — a memory-safe Zstandard, a pure-Rust SMB2/3 client that outruns the native macOS client, two Crate-of-the-Week picks, and an ambitious extended standard library — each scored Adopt, Trial, Assess, or Hold through an engineering-leader lens.
Introducing Rust Crate Radar: A New Series on Crates Worth Betting On
A new series that evaluates newly-released and meaningful Rust crates the way an engineering leader actually decides on a dependency — adoption risk, total cost of ownership, and architectural fit, ending in a one-word verdict. First up: Toasty, the Tokio team's new async ORM.
Toasty: Should the Tokio Team's New ORM Enter Your Dependency Tree?
Toasty is a new async ORM from the Tokio team that targets both SQL and DynamoDB from one model definition. An engineering-leader's evaluation of whether it belongs in production yet — and a reusable rubric for judging any new crate.
Optimizing Rust API Performance: A 30% Speed Improvement in 2 Hours
How we achieved 30% faster response times, 10% lower memory usage, and 66% fewer API calls through strategic connection pool optimization, structured logging, and multi-error validation in our production Rust API.