







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.
GraphQL
GraphQL is a query language designed to build client applications by providing an intuitive and flexible syntax and system for describing their data requirements and interactions.
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
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

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.
The Rust Programming Language - The Rust Programming Language
by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the Rust Community
fjall - Rust
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
surrealdb/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
An early look at tailscale-rs, a tsnet library in Rust
We've launched an experimental Rust library for Tailscale via tsnet. Help test tailscale-rs and shape it with your feedback.
Learning Rust
Learning Rust - Rust Programming Language Tutorials for Everyone!

Semantic Data Modeling, Graph Query, and SQL, Together at Last?
Our teams advance the state of the art through research, systems engineering, and collaboration across Google.


Hello World - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
BullMQ - Background Jobs and Message Queue for Node.js, Python, Elixir & more
The open source message queue for Redis, trusted by thousands of companies processing billions of jobs every day. Available for Node.js, Bun, Python, Elixir, and PHP.

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