17 releases (10 breaking)

0.10.0 Nov 8, 2024
0.8.0 Jul 23, 2024
0.6.0 Mar 2, 2024
0.5.0 Oct 11, 2023
0.3.0 Jul 4, 2023

#1540 in Procedural macros


Used in 7 crates (4 directly)

Apache-2.0

515KB
10K 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

~2–16MB
~151K SLoC