Re-exports§
pub use synthesizer_process as process;pub use synthesizer_program as program;pub use synthesizer_snark as snark;pub use vm::*;
Modules§
Macros§
- cast_
mut_ ref - A helper macro to downcast a
$variableto&mut $object<$network>. - cast_
ref - A helper macro to downcast a
$variableto$object<$network>. - process
- A helper macro to dedup the
Networktrait andAleotrait and process its given logic.