[package] name = "unwrap_or" version = "1.0.1" edition = "2015" license-file = "license.md" description = "Four easy unwrap Result and Option macros that allow for any inline-scoped code for things like return, continue, and break." repository = "https://gitlab.com/orourley/unwrap-or" readme = "readme.md" keywords = ["unwrap", "return", "continue", "break", "macros"] categories = ["rust-patterns", "development-tools::debugging"]