prefix-stmts 1.0.0

Macro to prefix several statements with the given tokens.
Documentation
[dependencies.prefix-stmts-proc-macro]
default-features = false
version = "=0.0.1"

[lib]
name = "prefix_stmts"
path = "src/lib.rs"

[package]
authors = ["Aimar Seminario Unzu <aimar.seminario@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools", "no-std"]
description = "Macro to prefix several statements with the given tokens."
edition = "2018"
keywords = ["macro", "prefix", "statements", "stmt", "statement"]
license = "Unlicense"
name = "prefix-stmts"
readme = "README.md"
repository = "https://www.github.com/aseminaunz/prefix-stmts"
rust-version = "1.45"
version = "1.0.0"