sim-nest 0.1.5

The SIM constellation umbrella facade: one crate that re-exports the runtime kernel, codecs, number domains, and libraries behind features.
Documentation
mod behavior;
mod browse_conformance;
mod browse_facets;
mod browse_graph;
mod browse_help;
mod browse_projections;
mod browse_reflection;
mod browse_roundtrip;
mod browse_schema;
mod browse_surface_cards;
mod browse_tests;
mod cards;
#[cfg(feature = "cookbook")]
mod cookbook_discovery;
mod eval_policy;
mod lists;
#[cfg(feature = "list-lazy")]
mod lists_lazy;
mod number_dispatch;
mod number_dispatch_support;
mod numbers;
mod numbers_r10_10;
mod numbers_r10_11;
mod numbers_r10_12;
mod numbers_r10_13;
mod numbers_r10_14;
mod numbers_r10_3;
mod numbers_r10_4;
mod numbers_r10_5;
mod numbers_r10_6;
mod numbers_r10_7;
mod numbers_r10_8;
mod numbers_r8_09;
mod numbers_surfaces;
mod realize;
#[cfg(all(
    feature = "pitch",
    feature = "midi",
    feature = "music",
    feature = "sound",
    feature = "table-fs"
))]
mod roadmap11_r11_18;
mod shape_r12;
mod shape_r4;
mod shape_r4_browse;
mod shape_r4_compare;
mod shape_r4_hooks;
mod support;
#[cfg(any(
    feature = "table-hash",
    feature = "table-override",
    feature = "table-lazy",
    feature = "table-fs",
    feature = "table-db",
    feature = "table-remote"
))]
mod tables;
mod tables_core;
#[cfg(any(
    feature = "table-hash",
    feature = "table-fs",
    feature = "table-db",
    feature = "table-remote"
))]
mod tables_lisp;