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.1.0 - Docs.rs
[go: Go Back, main page]

seq-macro 0.1.0

Macro to repeat sequentially indexed copies of a fragment of code.
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "seq-macro"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macro to repeat sequentially indexed copies of a fragment of code."
repository = "https://github.com/dtolnay/seq-macro"
documentation = "https://docs.rs/seq-macro"
readme = "README.md"

[lib]
proc-macro = true