Matt Novak logo Matt Novak

rust

Posts tagged: rust

async_sync: make sync + async play nice in Rust

2025-08-15 • 4 min

async_sync is a tiny crate that makes boundaries between synchronous and asynchronous Rust code painless, with retries, timeouts, parallel execution and diagnostics.

NATS for tiny backends: pub/sub, req/reply, and JetStream without the drama

2025-07-15 • 4 min

What NATS is, why it's great for small services, and the 20% you need to start shipping today.