temporalio-sdk 0.5.0

Temporal Rust SDK
Documentation
1
2
3
4
5
6
7
//! Workflow authoring APIs and native workflow registration helpers.

pub use temporalio_workflow::workflows::*;

pub use crate::workflow_registry::{WorkflowDefinitions, WorkflowRegistrationError};
#[doc(inline)]
pub use temporalio_macros::{workflow, workflow_methods};