Cargo Features
[dependencies]
line-span = { version = "0.1.5", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverline-span
is added without
somewhere in the dependency tree.default-features = false - alloc default
LineSpan has 2 features without comments.