tuples 1.20.1

Provides many useful tools related to tuples
Documentation
[dependencies]

[features]
afn = []
all = ["default", "tuple_swap_n"]
apply_tuple = []
capt = []
cloned = []
combin = []
combinations = []
default = ["apply_tuple", "combin", "split", "tuple_iter", "tuple_map", "transpose", "tuple_as", "tuple_meta", "shorthand", "flatten", "cloned", "tuple_call", "re-exports", "capt", "tuple_get", "sort", "permutations", "combinations", "afn", "uniform_map", "uniform_map_by", "get2"]
flatten = []
get2 = []
permutations = []
re-exports = []
shorthand = []
sort = ["tuple_meta", "tuple_get"]
split = ["split_parts", "split_by", "split_to_tuple_by", "split_at", "split_to_tuple_at"]
split_at = []
split_by = []
split_parts = []
split_to_tuple_at = []
split_to_tuple_by = []
transpose = []
tuple_as = []
tuple_call = []
tuple_get = []
tuple_iter = []
tuple_map = []
tuple_meta = []
tuple_swap_n = []
uniform_map = []
uniform_map_by = []

[lib]
name = "tuples"
path = "src/lib.rs"

[package]
authors = ["LibSugar", "2A5F <u2a5f@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "Provides many useful tools related to tuples"
edition = "2021"
keywords = ["tuple", "iterator", "meta"]
license = "MIT"
name = "tuples"
readme = "README.md"
repository = "https://github.com/libsugar/tuplers"
version = "1.20.1"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "test_iter"
path = "tests/test_iter.rs"

[[test]]
name = "test_macro_tuple"
path = "tests/test_macro_tuple.rs"

[[test]]
name = "test_map"
path = "tests/test_map.rs"

[[test]]
name = "test_meta"
path = "tests/test_meta.rs"