Expand description
Hydro compilation: the Hydro IR, Hydro to DFIR translation, and traits for deployment targets.
Modules§
- builder
- built
build - compiled
build - deploy
build - deploy_
provider build - embedded
build - “Embedded” deployment backend for Hydro.
- ir
- trybuild
trybuild
Functions§
- init_
test trybuild - 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.