sim-nest 0.2.1

The SIM constellation umbrella facade: one crate that re-exports the runtime kernel, codecs, number domains, and libraries behind features.
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "interference-compute")]
pub use sim_lib_interference_compute as interference_compute;
#[cfg(feature = "interference-core")]
pub use sim_lib_interference_core as interference_core;
#[cfg(feature = "interference-runtime")]
pub use sim_lib_interference_runtime as interference_runtime;
#[cfg(feature = "interference-solve")]
pub use sim_lib_interference_solve as interference_solve;
#[cfg(feature = "view-interference")]
pub use sim_lib_view_interference as view_interference;