Skip to main content

Crate sim_lib_core

Crate sim_lib_core 

Source
Expand description

Shared surface-pack substrate for SIM runtime libraries.

The kernel defines the Lib/Registry/ExportRecord contracts; this crate supplies the shared substrate for declaring exported value cards as data and installing them once, idempotently, into a registry.

Re-exports§

pub use surface::SurfaceField;
pub use surface::SurfacePackLib;
pub use surface::SurfacePackSpec;
pub use surface::SurfaceValueSpec;
pub use surface::card_expr;
pub use surface::install_once;
pub use surface::install_once_id;
pub use surface::installed_lib_id;

Modules§

surface
Surface-pack card libs and idempotent install.

Statics§

RECIPES
Recipes embedded at build time from this crate’s recipes/ tree.

Functions§

manifest_name
Returns the manifest name under which this surface pack installs (lisp:core).