[package] name = "skip-fail" version = "1.0.0" license = "MIT" authors = ["Kisio Digital "] description = "A macro to help skip an iteration in a loop from a Result" edition = "2018" homepage = "https://github.com/CanalTP/skip_fail" repository = "https://github.com/CanalTP/skip_fail" documentation = "https://docs.rs/skip_fail" readme = "README.md" keywords = ["macro", "log"] [dependencies] log = { version = "0.4", optional = true }