Cargo Features
[dependencies]
transduce = { version = "0.4.4", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default whenevertransduce
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
base::Runaway
,base::runaway
,base::Punctuated
,base::punctuated
,base::comma_separated
,base::PunctuatedMeaningfully
,base::punctuated_meaningfully
,base::unsigned_integer
,base::signed_integer
,base::precedence
…