Cargo Features
[dependencies]
cairo-take_until_unbalanced = { version = "0.32.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevercairo-take_until_unbalanced
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of nom ^7.1.1
- alloc
-
Enables alloc of nom ^7.1.1
cairo-take_until_unbalanced has 3 features without comments.