dapr-durabletask 0.0.2

Dapr Durable Task Framework
Documentation
1
2
3
4
5
6
7
8
9
10
mod helpers;
mod serialization;

#[cfg(feature = "opentelemetry")]
pub mod otel;

pub use helpers::{from_timestamp, to_timestamp, validate_identifier};
pub use serialization::{from_json, to_json};

pub(crate) use helpers::DEFAULT_MAX_IDENTIFIER_LENGTH;