tuplez-macros 0.2.0

Procedural macros implementation of tuplez
Documentation
[dependencies.quote]
version = "1.0.*"

[dependencies.syn]
features = ["full"]
version = "2.0.*"

[lib]
proc-macro = true

[package]
authors = ["Nichts Hsu <NichtsVonChaos@gmail.com>"]
categories = ["data-structures", "development-tools::procedural-macro-helpers"]
description = "Procedural macros implementation of tuplez"
documentation = "https://docs.rs/tuplez"
edition = "2021"
keywords = ["tuple"]
license = "MIT OR Apache-2.0"
name = "tuplez-macros"
readme = "README.md"
repository = "https://github.com/NichtsHsu/tuplez"
version = "0.2.0"