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
11
/// Bounded automatic and directed calculation contracts.
pub use sim_expr_tree_calc as expr_tree_calc;
/// Stable namespace, storage, policy, and identity contracts for finite
/// expression trees.
pub use sim_expr_tree_core as expr_tree_core;
/// Capability-gated expression-tree runtime and its embedded checked recipes.
pub use sim_lib_expr_tree as expr_tree;
/// Authoritative expression-tree server and server-backed surface composition.
pub use sim_lib_expr_tree_server as expr_tree_server;
/// Bounded reversible expression-tree view contract.
pub use sim_lib_view_expr_tree as view_expr_tree;