6 releases (breaking)

Uses new Rust 2024

new 0.15.0 Nov 25, 2025
0.14.0 Jul 30, 2025
0.13.0 Apr 11, 2025
0.12.1 Mar 15, 2025
0.11.0 Dec 23, 2024

#140 in Procedural macros

35 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

555KB
11K SLoC

"hf"

Crates.io Docs.rs

Hydro is a high-level distributed programming framework for Rust. Hydro can help you quickly write scalable distributed services that are correct by construction. Much like Rust helps with memory safety, Hydro helps with distributed safety.

Hydro integrates naturally with standard Rust constructs and IDEs, providing types and programming constructs for ensuring distributed safety. Under the covers, Hydro is powered by the Dataflow Intermediate Representation (DFIR), a compiler and low-level runtime for stream processing. DFIR enables automatic vectorization and efficient scheduling without restricting your application logic.

Get started today at hydro.run!

Learn More

Contributing

For Hydro development setup and contribution info, see CONTRIBUTING.md.

Dependencies

~3–17MB
~176K SLoC