temporal-sdk-core 0.1.0-alpha.1

Library for building new Temporal SDKs
Documentation
1
2
3
4
5
6
7
mod history_info;
pub(crate) use history_info::HistoryInfo;
pub(crate) use history_info::HistoryInfoError;

pub(crate) fn fmt_task_token(token: &[u8]) -> String {
    base64::encode(token)
}