block_effects 0.1.1

A macro to chain block effects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
proc-macro = true

[package]
authors = ["TheNappap <napoleonpapiertjes@gmail.com>"]
categories = ["rust-patterns"]
description = "A macro to chain block effects"
edition = "2018"
keywords = ["block", "effect", "indentation", "unsafe"]
license = "MIT"
license-file = "LICENSE"
name = "block_effects"
readme = "README.md"
repository = "https://github.com/TheNappap/block_effects"
version = "0.1.1"