Cargo Features

pulz-functional-utils has no features set by default.

[dependencies]
pulz-functional-utils = { version = "0.1.0-alpha2", features = ["full", "tuple", "tuple-ops", "tuple-map", "tuple-convert", "func", "func-bind", "func-future", "unstable"] }
full = func, func-bind, func-future, tuple, tuple-convert, tuple-map, tuple-ops
tuple full? func? tuple-convert? tuple-map? tuple-ops?

Affects pulz-functional-utils::tuple

tuple-ops full? = tuple

Affects tuple::ops

tuple-map full? = tuple

Affects tuple::map

tuple-convert full? = tuple

Affects tuple::convert

func full? func-bind? func-future? = tuple

Affects pulz-functional-utils::func

func-bind full? = func

Affects func::bind, func::FuncOnce.bind, func::FuncMut.bind_mut, func::Func.bind_ref

func-future full? = func
unstable