durable-lambda-core 1.2.0

Core replay engine, types, and operation logic for AWS Lambda durable execution in Rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod callback;
pub mod child_context;
pub mod compensation;
pub mod invoke;
pub mod log;
pub mod map;
pub mod parallel;
pub mod step;
pub mod wait;