[package] name = "unwrap_goto" version = "0.1.2" edition = "2018" authors = ["mu "] description = "unwrap Option an Result or goto `return`/`cotinue`/`break` as you want." homepage = "https://github.com/mu2019/unwrap_goto" repository = "https://github.com/mu2019/unwrap_goto" license = "MIT OR Apache-2.0" keywords = ["error", "unwrap"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] log = "0.4.17"