Crate dynamecs_app

Crate dynamecs_app 

Source
Expand description

Opinionated framework for building simulation apps with dynamecs.

Re-exports§

pub extern crate eyre;
pub extern crate serde;
pub extern crate tracing;

Macros§

dynamecs_main
Convenience macro for generating an appropriate main function for use with dynamecs-app.

Structs§

DynamecsApp
Scenario

Functions§

get_default_output_dir
Returns the default intended root directory for app output.
get_output_dir
Returns the intended root directory for app output.
register_signal_handler
Registers a signal handler that tries to ensure correct termination of logging in the presence of sudden program termination.
setup_tracing
Sets up tracing.