tuplities-reverse 0.1.4

A trait for reversing the order of tuple elements
Documentation
[dependencies.tuplities-derive]
version = "0.1.4"

[features]
default = []
size-128 = ["tuplities-derive/size-128"]
size-16 = ["tuplities-derive/size-16"]
size-32 = ["tuplities-derive/size-32"]
size-48 = ["tuplities-derive/size-48"]
size-64 = ["tuplities-derive/size-64"]
size-96 = ["tuplities-derive/size-96"]

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

[lints.clippy]
clone_on_copy = "forbid"
doc_markdown = "allow"
missing_panics_doc = "allow"
new_ret_no_self = "allow"
redundant_clone = "forbid"
should_panic_without_expect = "allow"
struct_excessive_bools = "allow"
unnecessary_cast = "forbid"
unreadable_literal = "allow"
unused_unit = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
deprecated = "deny"
missing_docs = "forbid"
unconditional_recursion = "forbid"
unreachable_patterns = "forbid"
unused_import_braces = "forbid"
unused_macro_rules = "forbid"
unused_must_use = "forbid"

[package]
authors = ["Luca Cappelletti"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "data-structures"]
description = "A trait for reversing the order of tuple elements"
edition = "2024"
homepage = "https://github.com/lucacappelletti94/tuplities"
keywords = ["tuples", "utilities", "metaprogramming", "typenum"]
license-file = "LICENSE"
name = "tuplities-reverse"
readme = "README.md"
repository = "https://github.com/lucacappelletti94/tuplities"
resolver = "2"
version = "0.1.4"