Cargo Features
[dependencies]
tupleops = { version = "0.1.1", default-features = false, features = ["full", "default-len", "max-len", "all-ops", "default-ops", "gat-ops", "apply", "concat-many", "concat", "into", "length", "map", "option", "prepend", "unprepend", "8", "16", "32", "64", "96", "128", "160", "192", "224", "256", "feature-const_fn_trait_bound", "feature-generic_associated_types"] }
- default = default-len, default-ops
-
These default features are set whenever
tupleops
is added without
somewhere in the dependency tree.default-features = false - full = all-ops, max-len
- default-len default = 16
- max-len full? = 256
- all-ops full? = default-ops, gat-ops
- default-ops default all-ops? = all-ok, all-some, append, apply, apply-mut, concat, concat-many, length, option, prepend, ref, ref-mut, tuple, unappend, unprepend
- gat-ops all-ops? = map
- all-ok all-some append apply-mut apply default-ops
- concat-many default-ops = concat
- concat concat-many? default-ops = prepend
- into
- length default-ops
- map gat-ops? = feature-generic_associated_types
- option default-ops
- prepend concat? default-ops
- ref-mut ref tuple unappend unprepend default-ops
- 8 16?
- 16 32? default-len = 8
- 32 64? = 16
- 64 96? = 32
- 96 128? = 64
- 128 160? = 96
- 160 192? = 128
- 192 224? = 160
- 224 256? = 192
- 256 max-len? = 224
- dont_hurt_yourself_by_using_all_features feature-const_fn_trait_bound
- feature-generic_associated_types map?
tupleops has 28 features without comments.