Expand description
Hydro compilation: the Hydro IR, Hydro to DFIR translation, and traits for deployment targets.
Modules§
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.