seq-macro 0.3.5

Macro to repeat sequentially indexed copies of a fragment of code.
Documentation
[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools", "no-std", "no-std::no-alloc"]
description = "Macro to repeat sequentially indexed copies of a fragment of code."
documentation = "https://docs.rs/seq-macro"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "seq-macro"
readme = "README.md"
repository = "https://github.com/dtolnay/seq-macro"
rust-version = "1.45"
version = "0.3.5"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]