6 releases (breaking)

Uses new Rust 2024

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

#1124 in Network programming

47 downloads per month

Apache-2.0

1MB
23K 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

~8–13MB
~243K SLoC