iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

Consideration around failure crate for error handling #49

Open softprops opened 5 years ago

softprops commented 5 years ago

https://docs.rs/failure/0.1.2/failure/ seems to be gaining community traction as a replacement for the error chain crate. It may be worth some investment in feature flagging support for these errors as currently done with error chain.