temporalio-sdk-core 0.4.0

Library for building new Temporal SDKs
Documentation
1
2
3
4
5
6
#[test]
fn workflows_procmacro_build_tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/workflows_trybuild/*_pass.rs");
    t.compile_fail("tests/workflows_trybuild/*_fail.rs");
}