Crates.io | restate-sdk-shared-core |
lib.rs | restate-sdk-shared-core |
version | 0.1.0 |
source | src |
created_at | 2024-07-15 10:06:52.829041 |
updated_at | 2024-09-05 10:18:37.867177 |
description | SDK Shared core |
homepage | |
repository | https://github.com/restatedev/sdk-shared-core |
max_upload_size | |
id | 1303652 |
size | 333,856 |
Shared core to build SDKs in various languages. Currently used by:
This library follows Semantic Versioning.
The compatibility with Restate is described in the following table:
Restate Server\sdk-shared-core | 0.0.x | 0.1.x |
---|---|---|
1.0 | ✅ | ❌ |
1.1 | ❌ | ✅ |
You need the Rust toolchain. To verify:
just verify
To release we use cargo-release:
cargo release <VERSION>