» Tag
rust
200 postsProtecting the Rust Standard Library from Accidental Breakage
The Rust standard library now uses cargo-semver-checks to prevent accidental breakage.
Creusot: A Deductive Verifier for the Rust Programming Language
Creusot is a deductive verifier for Rust, proving code compliance with formal specifications to eliminate errors.
bstr: A String Type for Rust That Is Not Required to Be Valid UTF-8
bstr allows the use of byte strings in Rust that are not required to be valid UTF-8, providing practical examples for I/O operations.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comSovereign Tech Fellowship for Rust Maintenance: June-July 2026 Report
Summary of Rust development and optimizations made during June-July 2026.
Postgres Rewritten in Rust: v0.2 Faster than Postgres and ClickHouse
pgrust v0.2, a Rust rewrite of Postgres, achieves remarkable speed improvements.
M5StickC Wi-Fi Remote: Smart AC Control with Rust Firmware
The M5StickC Plus2 turns into a Wi-Fi AC remote with Rust firmware, featuring MQTT and Home Assistant integration.
Reduced Build Time from 4:34 to 1:08 by Switching to Rust Rolldown Plugin
I reduced my build time from 4:34 to 1:08 by using a Rust rolldown plugin.
Two Bugs Found by Running My Rust Daemon on Real Infrastructure
Two critical bugs found in the Notionless Rust daemon reveal insights on reqwest and API design.
Building a Fast OpenAPI Mock Server in Rust
Mock-cli, built in Rust, reads OpenAPI 3 specs and serves dynamic fake data with fast startup and no configuration.
AI Command Safety Tool: Introducing destructive_command_guard
AI safety tool destructive_command_guard intercepts dangerous commands, enhancing security for AI agents with shell access.