- Notifications
You must be signed in to change notification settings - Fork1
Rust SDK for Serverless Workflow
License
NotificationsYou must be signed in to change notification settings
serverlessworkflow/sdk-rust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Add the desired crate(s) to yourCargo.toml
:
[dependencies]serverless-workflow-core ="1.0.0-alpha6"
[dependencies]serverless-workflow-builders ="1.0.0-alpha6"
- 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.
Contributions are welcome! Please refer to thecontribution guidelines for more information.
About
Rust SDK for Serverless Workflow
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published