ptx-90-parser-construct 0.1.0

Constructor helper macros used by the PTX 9.0 parser.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[lib]
name = "ptx_90_parser_construct"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Constructor helper macros used by the PTX 9.0 parser."
documentation = "https://docs.rs/ptx-90-parser-construct"
edition = "2021"
homepage = "https://github.com/jialunzhang-psu/ptx-90-parser"
keywords = ["ptx", "parser", "proc-macro"]
license = "MIT"
name = "ptx-90-parser-construct"
readme = "README.md"
repository = "https://github.com/jialunzhang-psu/ptx-90-parser"
version = "0.1.0"