maflow 0.1.0

Flow macros: basically unwrap for return, continue and break
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Dekirisu <dekirisu@gmail.com>"]
categories = ["development-tools", "rust-patterns"]
description = "Flow macros: basically unwrap for return, continue and break"
edition = "2021"
keywords = ["macro", "unwrap", "flow"]
license = "MIT OR Apache-2.0"
name = "maflow"
readme = "README.md"
repository = "https://github.com/dekirisu/maflow"
version = "0.1.0"