[package] name = "handle-error" description = "An error handling helper macro to avoid the constant if let Err(e) pattern" repository = "https://github.com/ryankurte/rust-handle-error" version = "0.1.2" authors = ["ryan "] readme = "README.md" edition = "2018" license = "MPL-2.0" [dependencies] [dev-dependencies] log = "0.4.8"