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
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "codec-binary")]
mod binary_pack;
#[cfg(all(feature = "dynamic-native", not(target_arch = "wasm32")))]
mod native;
mod registry;
#[cfg(feature = "codec-lisp")]
mod source;
mod support;
#[cfg(feature = "wasm")]
mod wasm;