temporalio-protos 0.9.0

Compiled protobuf definitions for the Temporal Rust SDK
Documentation

temporalio-protos

crates.io docs.rs

Part of Temporal's Rust SDK.

Compiled protobuf definitions for Temporal APIs and SDK Core protocols.

This crate remains on a 0.x version because generated protobuf messages are not marked #[non_exhaustive]. Adding a protobuf field can therefore be a source-breaking change for code that constructs a message with a struct literal, so minor releases may contain breaking changes.

Most Rust SDK users should use temporalio-client or temporalio-sdk instead.

Enable the vendored-protox feature to compile the protobuf definitions with the pure-Rust protox implementation instead of requiring an installed protoc binary.