starlane-space 0.3.19

The 'Space' portion of starlane as opposed to hyperspace. This is where 3rd parties customize Starlane's behavior with WebAssembly and external executables. To develop a starlane driver please look in `./starlane` which holds the 'hyperspace' code (which provides infrastructure)"
Documentation
1
2
3
4
5
6
7
Bind(version=1.0.0) {

       Route<Hyp<Init>> -> (()) => &;

       Route<Hyp<Assign>> -> (()) => &;

    }