[package] name = "unwrap_helpers" version = "0.3.0" authors = ["Andrew Wheeler "] description = "Helper macros for unwrapping." license = "MIT" edition = "2021" repository = "https://github.com/AscendingCreations/unwrap_helpers" readme = "README.md" documentation = "https://docs.rs/unwrap_helpers" keywords = ["unwrap", "return", "macros", "option", "result"] [dependencies] loop_unwrap = "0.2" unwrap_helpers_proc_macros = "0.1"