Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
A few posts ago we described connectors as the edges of the dataflow graph, the points where a typed record crosses out of one process and into the world. link_to streams a record out, link_from brings one in. Same builder, same buffers, op...
aimdb.dev Project/Tooling Updates 2026-07-01 ~7 min read
I pasted a URL into Claude Desktop, asked "what's the temperature in Munich right now?" and got a live answer streamed from a sensor running on a microcontroller. No RAG. No vector DB. No tool-calling glue I had to write. The agent was read...
aimdb.dev Observations/Thoughts 2026-05-27 ~7 min read
Most connectors carry data. A sensor publishes a reading. A dashboard receives it. If the reading arrives a second late, the chart is a second late. Telemetry is patient. Some connectors carry consequence. A link_from on a SingleLatest buff...
aimdb.dev Project/Tooling Updates 2026-05-20 ~6 min read
A record produced on a microcontroller and consumed in a browser is still the same record. Same SchemaType. Same key. Same contract. That is exactly why a new question appears the moment you cross runtimes: when the same record exists on bo...
aimdb.dev Project/Tooling Updates 2026-05-13 ~5 min read
A reactive pipeline moves records from a source through transforms to a tap. It's a complete story inside the runtime. But records don't appear from nowhere and they rarely stop where they're produced. Something brought them in. Something w...
aimdb.dev Project/Tooling Updates 2026-05-06 ~6 min read
The Data Graph Is Just a Map In "The Next Era of Software Architecture Is Data-First", we argued that the data model is the architecture. Records, buffers and producer/consumer relationships form a graph. But declaring a graph is not the sa...
aimdb.dev Project/Tooling Updates 2026-04-29 ~4 min read
Software architecture has always been organized around behavior. You design services, write functions, define APIs. Data is a consequence — something that gets passed around, stored and analyzed. Observability is instrumented on top. Experi...
aimdb.dev Project/Tooling Updates 2026-04-15 ~5 min read
The Hidden Cost of Distribution Schema drift is a common issue while working on distributed systems. A lot of solutions like schema registries and serialization frameworks gained significant importance, but all of them feel like workarounds...
aimdb.dev Project/Tooling Updates 2026-04-01 ~5 min read
"Have you seen someone juggle several items with one hand? That's the point of async. Blocking (non-async) it like writing - it requires constant work ..."

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, and research. These operators give you finer control — click an example to try it.

Find pages containing all your words. Pages where the words appear together rank higher.
Quote part of your query to keep those words together as an exact phrase within a larger search.
Wrap the whole query in quotes for a verbatim search that matches text exactly, punctuation and all — perfect for Rust syntax. Needs at least 3 characters.
Limit results to a single site. Works on its own () too. One site: per search.

Use the tabs and filters above the results to narrow by content type, publication year, and sort order.