[dependencies.pulz-functional-utils-macros]
version = "=0.1.0-alpha2"
[dev-dependencies.pollster]
features = ["macro"]
version = "0.4"
[features]
default = []
full = ["tuple", "tuple-ops", "tuple-map", "tuple-convert", "func", "func-bind", "func-future"]
func = ["tuple"]
func-bind = ["func"]
func-future = ["func"]
tuple = []
tuple-convert = ["tuple"]
tuple-map = ["tuple"]
tuple-ops = ["tuple"]
unstable = []
[lib]
name = "pulz_functional_utils"
path = "src/lib.rs"
[package]
authors = ["Christoph Hommelsheim <main@chommel.en>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "traits and macros to work with tuples and functions"
edition = "2024"
keywords = ["traits", "functional"]
license = "MIT OR Apache-2.0"
name = "pulz-functional-utils"
readme = "README.md"
repository = "https://github.com/HellButcher/pulz.git"
resolver = "2"
version = "0.1.0-alpha2"
[package.metadata.docs.rs]
features = ["full", "unstable"]
targets = ["x86_64-unknown-linux-gnu"]