6 releases

Uses new Rust 2024

1.0.0-beta.2 Dec 7, 2025
1.0.0-alpha.4 Dec 5, 2025

#979 in Concurrency


Used in ratatui-elm

MIT license

92KB
2K SLoC

byor

crates.io

Bring your own runtime!

This crate provides a set of traits that abstract over common runtime-specific functionality, including networking, fs, and synchronization primitives. It is intended to allow for libraries to implement complex async behavior without locking its users into a specific runtime.

Implementations are provided for tokio, smol, and futures. The traits can be easily implemented for other runtimes.

Dependencies

~0.1–14MB
~129K SLoC