starlane 0.3.18

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
1
2
3
4
5
6
7
8
9
10
11
use crate::executor::Executor;
pub mod filestore;

#[derive(Clone, Hash, Eq, PartialEq)]
pub enum ExecutorDialect {
    FileStore
}