Cargo Features
[dependencies]
fn_zip = { version = "0.2.4", default-features = false, features = ["default-len", "max-len", "8", "16", "32", "64", "96", "128", "160", "192", "224", "256", "dont_hurt_yourself_by_using_all_features", "experimental", "async"] }
- default = default-len
-
The
default-len
feature is set by default wheneverfn_zip
is added without
somewhere in the dependency tree.default-features = false - default-len default = 16
- max-len = 256
- 8 16?
-
Enables 8 of tuple_split and tupleops
- 16 32? default-len = 8
-
Enables 16 of tuple_split and tupleops
- 32 64? = 16
-
Enables 32 of tuple_split and tupleops
- 64 96? = 32
-
Enables 64 of tuple_split and tupleops
- 96 128? = 64
-
Enables 96 of tuple_split and tupleops
- 128 160? = 96
-
Enables 128 of tuple_split and tupleops
- 160 192? = 128
-
Enables 160 of tuple_split and tupleops
- 192 224? = 160
-
Enables 192 of tuple_split and tupleops
- 224 256? = 192
-
Enables 224 of tuple_split and tupleops
- 256 max-len? = 224
-
Enables 256 of tuple_split and tupleops
- dont_hurt_yourself_by_using_all_features
-
Enables dont_hurt_yourself…all_features of tuple_split and tupleops
- experimental = async
- async experimental?
fn_zip has 16 features without comments.