temporalio-sdk-core 0.8.0

Library for building new Temporal SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
# `temporalio-sdk-core`

[![crates.io](https://img.shields.io/crates/v/temporalio-sdk-core.svg)](https://crates.io/crates/temporalio-sdk-core)
[![docs.rs](https://docs.rs/temporalio-sdk-core/badge.svg)](https://docs.rs/temporalio-sdk-core)

Part of [Temporal](https://temporal.io)'s [Rust SDK](https://github.com/temporalio/sdk-rust).

The shared worker runtime used to build Temporal language SDKs.

Its APIs are intended for SDK implementers and may change without notice. Rust application authors
should use [`temporalio-sdk`](https://crates.io/crates/temporalio-sdk) instead.