sim-nest 0.1.0

The SIM constellation umbrella facade: one crate that re-exports the runtime kernel, codecs, number domains, and libraries behind features.
Documentation
mod browse;
#[cfg(feature = "cookbook")]
mod cookbook_discovery;
mod eval_policy;
mod help;
mod install;
mod lambda;
mod lists;
mod realize;
mod shape_ops;
mod tables;
pub(crate) mod test_runs;
mod testing;

pub use install::{CoreRuntimeLib, install_core_runtime};
pub use testing::{SimTest, TestExpected};

#[cfg(test)]
mod tests;