Cargo Features
cl-aux has no features set by default.
[dependencies]
cl-aux = { version = "5.1.0", features = ["std", "alloc", "arrayvec", "serde", "smallvec", "tinyvec"] }
- std = alloc
-
Affects
doc_tests::hash_map,doc_tests::hash_set… - alloc std?
-
Enables alloc of optional tinyvec
tinyvec:
Provide things that utilize the
alloccrate, namelyTinyVec.Affects
doc_tests::b_tree_map,doc_tests::b_tree_set,doc_tests::string,doc_tests::vec,doc_tests::tiny_vec_tiny_vec…
Features from optional dependencies
- arrayvec implicit feature
-
Affects
doc_tests::array_string,doc_tests::array_vec… - serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- smallvec implicit feature
-
Enables smallvec
smallvec:
'Small vector' optimization: store up to a small number of items on the stack
Affects
doc_tests::small_vec… - tinyvec implicit feature
-
Enables tinyvec
tinyvec:
tinyvecprovides 100% safe vec-like data structuresAffects
doc_tests::tiny_vec_array_vec,doc_tests::tiny_vec_tiny_vec…