Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
seq-macro 0.3.6 - Docs.rs
[go: Go Back, main page]

seq-macro 0.3.6

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]
name = "seq_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.6"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org", "--extern-html-root-url=proc_macro=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test"
path = "tests/test.rs"