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

seq-macro 0.1.3

Macro to repeat sequentially indexed copies of a fragment of code.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "seq-macro"
version = "0.1.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Macro to repeat sequentially indexed copies of a fragment of code."
documentation = "https://docs.rs/seq-macro"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/dtolnay/seq-macro"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs_workaround"]

[lib]
proc-macro = true