fast_tuple 0.1.3

This is a Rust procedural macro library that provides an easy way to construct and annotate tuples.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
proc-macro = true

[package]
authors = ["NonNullableName <zeroed32@protonmail.com>"]
categories = ["no-std"]
description = "This is a Rust procedural macro library that provides an easy way to construct and annotate tuples."
edition = "2018"
keywords = ["tuples", "tuple", "array-like", "proc-macro"]
license = "Unlicense"
name = "fast_tuple"
readme = "README.md"
repository = "https://github.com/NonNullableName/fast_tuple"
version = "0.1.3"