Skip to content

Commit cb01b07

Browse files
Merge pull request #231 from serverlessworkflow/feat-sdk-rust-announcement
Add a new post announcing the initial release of the Serverless Workflow Rust SDK
2 parents 555f4dc + 2c179a3 commit cb01b07

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Announcing the Serverless Workflow Rust SDK v1.0.0-alpha6
3+
author: Charles d'Avernas
4+
date: 2025-01-14
5+
description: >
6+
Introducing the first alpha release of the Serverless Workflow Rust SDK, version v1.0.0-alpha1.
7+
---
8+
9+
# Announcing the Serverless Workflow Rust SDK v1.0.0-alpha1
10+
11+
Hello, Serverless Workflow community!
12+
13+
We are thrilled to announce the release of the very first alpha version of the **Serverless Workflow Rust SDK**! Version `v1.0.0-alpha6` marks an exciting milestone as we bring the power of the Serverless Workflow specification to the Rust ecosystem.
14+
15+
## Installation Instructions
16+
17+
To start using the Rust SDK, simply add it to your project’s dependencies in `Cargo.toml`:
18+
19+
```toml
20+
[dependencies]
21+
serverless-workflow-sdk = "1.0.0-alpha6"
22+
```
23+
24+
Alternatively, you can add it directly via Cargo:
25+
26+
```bash
27+
28+
```
29+
30+
For more information and examples, check out the [GitHub repository](https://github.com/serverlessworkflow/sdk-rust).
31+
32+
## What’s Included?
33+
34+
This initial alpha release includes:
35+
36+
- **Core Models**: Full support for the Serverless Workflow DSL, enabling you to define workflows in compliance with the specification.
37+
- **Builders**: Programmatic workflow creation using builder patterns for ease and type safety.
38+
39+
## What’s Next?
40+
41+
As we move toward the full `v1.0.0` release, our focus will be on:
42+
43+
- Expanding the SDK with additional utilities and helpers.
44+
- Ensuring compatibility with the latest Serverless Workflow specification.
45+
- Incorporating community feedback to improve the developer experience.
46+
47+
Your input is crucial to making the Rust SDK robust and production-ready. Please share your feedback, report issues, or contribute by visiting our [GitHub repository](https://github.com/serverlessworkflow/sdk-rust).
48+
49+
## Join the Conversation
50+
51+
Thank you for being a part of the Serverless Workflow community. With your help, we’re building a powerful ecosystem for serverless workflows, one step at a time.
52+
53+
Give the Rust SDK a try today, and let us know how it works for you!
54+
55+
Happy coding! 🚀

0 commit comments

Comments
 (0)