try_from_tup_macro 0.1.2

Library for implement from tuple trait
Documentation
[dependencies]

[features]
try_from_tup_16 = []
try_from_tup_8 = []

[lib]
name = "try_from_tup_macro"
proc-macro = true

[package]
authors = ["Karl Wulfert <pic16f877.ccs@emailn.de>"]
categories = ["rust-patterns"]
description = "Library for implement from tuple trait"
edition = "2021"
homepage = "https://github.com/pic16f877ccs/try_from_tup_macro"
keywords = ["proc-macro", "no-std", "try-tuple-convert", "tuple-to-array"]
license = "GPL-3.0-or-later"
name = "try_from_tup_macro"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/try_from_tup_macro"
version = "0.1.2"