Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rust SDK for Serverless Workflow

License

NotificationsYou must be signed in to change notification settings

serverlessworkflow/sdk-rust

The official Rust SDK for theServerless Workflow DSL.

The SDK is composed of three crates:

  • Core, which contains the models of the Serverless Workflow DSL.
  • Builders, which contains services to build workflow definitions programmatically.
  • IO, which contains services to read and write workflow definitions.

Installation

Add the desired crate(s) to yourCargo.toml:

Core:

[dependencies]serverless-workflow-core ="1.0.0-alpha6"

Builders:

[dependencies]serverless-workflow-builders ="1.0.0-alpha6"

Features

  • Core Models: The SDK provides comprehensive support for theServerless Workflow DSL models, enabling validation and manipulation of workflow definitions.
  • Builder API: Build workflow definitions programmatically with a fluent and ergonomic API.
  • IO Services: Read and write workflow definitions in multiple formats, including YAML and JSON.

Contributing

Contributions are welcome! Please refer to thecontribution guidelines for more information.


[8]ページ先頭

©2009-2025 Movatter.jp