sim-nest 0.1.19

The SIM constellation umbrella facade: one crate that re-exports the runtime kernel, codecs, number domains, and libraries behind features.
Documentation
mod browse;
mod capabilities;
#[cfg(feature = "cookbook")]
pub mod cookbook_directory;
#[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 capabilities::{
    browse_internal_capability, browse_read_capability, browse_run_tests_capability,
    config_list_impl_capability, config_table_impl_capability,
};
pub use install::{CoreRuntimeLib, install_core_runtime};
pub use testing::{SimTest, TestExpected};

#[cfg(test)]
mod tests;