Matt Novak logo Matt Novak

crate

Posts tagged: crate

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.