Skip to main content

temporalio_protos/
lib.rs

1#![warn(missing_docs)]
2
3//! Compiled protobuf definitions for the Temporal Rust SDK.
4//!
5//! This crate remains on a `0.x` version because generated protobuf messages are not marked
6//! `#[non_exhaustive]`. Becauase of this constructing a message with a struct literal is
7//! unsupported.
8
9pub mod protos;
10
11pub use protos::*;