shepmaster / snafu

Easily assign underlying errors into domain-specific errors while adding context
https://docs.rs/snafu/
Apache License 2.0
1.4k stars 60 forks source link

Allow context(suffix) on enum #312

Closed shepmaster closed 2 years ago

shepmaster commented 2 years ago

Closes #304

netlify[bot] commented 2 years ago

✔️ Deploy Preview for shepmaster-snafu ready!

🔨 Explore the source changes: c43b7b591642054c885d85830e603e073b4c99eb

🔍 Inspect the deploy log: https://app.netlify.com/sites/shepmaster-snafu/deploys/6164713e37cc520007564743

😎 Browse the preview: https://deploy-preview-312--shepmaster-snafu.netlify.app

hellow554 commented 2 years ago

The tests are exactly what I expected. LGTM, thanks!