unwrap_return 0.1.1

A set of macros for returns and breaks in the None and Err cases.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Alexander Harrison <alexander.harrison.r@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "A set of macros for returns and breaks in the None and Err cases."
edition = "2018"
homepage = "https://crates.io/crates/unwrap_return"
keywords = ["macro", "no-std", "option", "result", "unwrap"]
license-file = "LICENSE"
name = "unwrap_return"
readme = "README.md"
repository = "https://github.com/AlexanderHarrison/unwrap_return"
version = "0.1.1"