







High-performance embedded SQL database written in pure Rust
What would SQLite look like if written in Rust? — Part 1
Writing a SQLite clone from scratch in Rust

migrate in sqlx - Rust
Embeds migrations into the binary by expanding to a static instance of Migrator.
Deep dive into Turso, the "SQLite rewrite in Rust"
I love Rust and I love SQLite, so you can guess. Iwas pretty excited when I lerned that "SQLite was rewritten in Rust" What is SQLite, actually? 2 things: a
Using GraphQL in Rust | Shuttle
This article details how to build a GraphQL server in Rust. We will explore using queries, mutations as well as subscriptions to make a fully working endpoint.
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

fjall - Rust
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
quick_cache - Rust
Lightweight, high performance concurrent cache. It allows very fast access to the cached items with little overhead compared to a plain concurrent hash table. No allocations are ever performed unless the cache internal state table needs growing (which will eventually stabilize).
Why I am not yet ready to switch to Zig from Rust
Building a better-sqlite3 compatible JavaScript package with Rust

Be alert: targeted attacks on prominent Rustaceans | Rust Blog
Empowering everyone to build reliable and efficient software.

Production-Grade Logging in Rust Applications
A strong application is a well-logged application

mohsen1/yek
A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption
Default musl allocator considered harmful (to performance)
In a real world benchmark, the default musl allocator caused a 7x slowdown compared to other allocators. I recommend all Rust projects immediately swap to a different allocator in a musl environment.

rumqttc - Rust
A pure rust MQTT client which strives to be robust, efficient and easy to use. This library is backed by an async (tokio) eventloop which handles all the robustness and and efficiency parts of MQTT but naturally fits into both sync and async worlds as we’ll see
dialog-db/rust/dialog-artifacts/src/artifacts/store.rs at a449b2624176d155948227d1da970f04300dce12 · dialog-db/dialog-db
Dialog is an embeddable database designed for local-first software. - dialog-db/dialog-db