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 build;
mod helpers;
mod ops;

pub(crate) use build::{
    clear_function, del_function, dir_function, entries_function, get_function, has_function,
    keys_function, len_function, mkdir_function, opendir_function, rmdir_function, set_function,
    table_catalog_function, table_function, table_impl_function,
};

#[cfg(feature = "table-db")]
pub(crate) use build::table_db_function;
#[cfg(feature = "table-fs")]
pub(crate) use build::table_fs_function;
#[cfg(feature = "table-hash")]
pub(crate) use build::table_hash_function;
#[cfg(feature = "table-lazy")]
pub(crate) use build::table_lazy_function;
#[cfg(feature = "table-remote")]
pub(crate) use build::table_remote_function;