temporalio-workflow 0.5.0

Temporal Rust workflow authoring surface
Documentation
1
2
3
4
5
6
package temporal:workflow-runtime@0.1.0;

world workflow-module {
  import workflow-host;
  export workflow-guest;
}