origen_metal 1.4.0

Bare metal APIs for the Origen SDK
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Contains program generator processors that are (or are likely to be) applicable
//! to multiple tester targets

pub mod adjacent_if_combiner;
pub mod condition;
pub mod continue_implementer;
pub mod final_model_extract;
pub mod flag_optimizer;
pub mod initial_model_extract;
pub mod nest_on_result_nodes;
pub mod relationship;
pub mod target_tester;
pub mod clean_resources;