run_simulation!() { /* proc-macro */ }
Expand description

Construct, test and run a full simulation.

§Arguments

The KwargsSim struct contains all required and optional arguments for this macro.

§Internals

This macro calls prepare_types!, test_compatibility! and run_main! one after another with identical arguments (where possible) and thus yields results for a full simulation.