Features from optional dependencies
- smallvec implicit feature
-
Enables smallvec ^0.6
smallvec:
'Small vector' optimization: store up to a small number of items on the stack
Affects
enum_vec::smallvec_u32
…
Enables smallvec ^0.6
smallvec:'Small vector' optimization: store up to a small number of items on the stack
Affects
enum_vec::smallvec_u32
…