This is a template for a Rust project that uses Hydro for distributed services. To generate a project, run
cargo install cargo-generate
cargo generate gh:hydro-project/hydro-template
cd <myproject>After cding into the workspace, run the sample tests
Then test the project:
cargo testTo learn more about the template, see the Hydro Quickstart.