tupletools 0.2.1

Utility functions for tuples
Documentation
[package]
name = "tupletools"
version = "0.2.1"
authors = ["Samuel Batissou <samuelbatissou@gmail.com>"]
description = "Utility functions for tuples"
license = "MIT"
edition = "2018"
keywords =["tuple", "snd", "fst", "helper"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[badges]
gitlab = {repository = "Sabati/tupletools"}
maintenance = {status = "actvely-developed"}

[profile.release]
lto = true

[features]
default = ["use_std"]
use_std = []

[dependencies]