from_nested_tuple_derive 0.1.1

Derive macro for from_nested_tuple
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `from_nested_tuple_derive`

[![Latest Version]][crates.io]
[![Repo]][GitHub]

[Latest Version]: https://img.shields.io/crates/v/from_nested_tuple_derive.svg
[crates.io]: https://crates.io/crates/from_nested_tuple_derive
[Repo]: https://img.shields.io/badge/github-repo-blue?logo=github
[GitHub]: https://github.com/MasterTemple/from_nested_tuple

This is the derive macro for [`from_nested_tuple`](https://github.com/MasterTemple/from_nested_tuple)

(It is my understanding that to publish `from_nested_tuple` to [crates.io](https://crates.io), I must publish this as a crate first.)