lambda_extension - Rust
This module includes utilities to create Lambda Runtime Extensions.
Create a type that conforms to the Extension trait. This type can then be passed
to the the lambda_extension::run function, which launches and runs the Lambda runtime extension.