from_tup_macro 0.2.0

Library for implement from tuple trait
Documentation
[features]
from_tup_16 = []
from_tup_32 = []
from_tup_64 = []
from_tup_8 = []

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

[package]
authors = ["Karl Wulfert <pic16f877.ccs@emailn.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Library for implement from tuple trait"
edition = "2024"
homepage = "https://github.com/pic16f877ccs/from_tup_macro"
keywords = ["trait", "no-std", "tuple-convert", "tuple-to-array"]
license = "MIT OR Apache-2.0"
name = "from_tup_macro"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/from_tup_macro"
version = "0.2.0"