Cargo Features
iKeySort has no features set by default.
[dependencies]
i_key_sort = { version = "0.10.1", features = ["std", "allow_multithreading"] }
- std allow_multithreading?
- allow_multithreading = std
-
Enables rayon
Affects
one_key::OneKeySort,one_key_cmp::OneKeyAndCmpSort,two_keys::TwoKeysSort,two_keys_cmp::TwoKeysAndCmpSort…