starlane 0.3.21

Starlane -- An Orchestration and Infrastructure Framework for WebAssembly Components (https://starlane.io) This packaged manages `HyperSpace` which provides infrastructure for `Space` Apis (WebAssembly & external programs meant to provide custom behaviors in Starlane), This package references the `starlane-space` package and reuses of it to run the infrastructure and it also contains mechanisms (Drivers) for extending the Starlane Type system
Documentation
pub mod err;
pub mod global;
pub mod layer;
pub mod machine;
pub mod reg;
pub mod star;

pub mod driver;
pub mod executor;
pub mod foundation;
pub mod host;
pub mod hyperlane;
pub mod platform;
pub mod properties;
pub mod registry;
pub mod shutdown;
pub mod tests;

pub mod database;
pub mod service;
pub mod template;




#[cfg(test)]
pub mod tests {
    #[test]
    pub fn test() {}
}