Available on crate feature
deploy
only.Expand description
Infrastructure for deploying Hydro programs to the cloud using hydro_deploy
.
Re-exports§
pub use deploy_graph::*;
Modules§
- deploy_
graph - Deployment backend for Hydro that uses
hydro_deploy
to provision and launch services.
Functions§
- init_
test - Enables “test mode” for Hydro, which makes it possible to compile Hydro programs written
inside a
#[cfg(test)]
module. This should be enabled in a global [ctor
] hook.