Cargo Features
[dependencies]
range-set-blaze = { version = "0.2.0-alpha1", default-features = false, features = ["std", "alloc", "rog-experimental", "from_slice"] }
- default = std
-
The
std
feature is set by default wheneverrange-set-blaze
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables use_std of itertools ^0.12.0, std of num-integer and num-traits
Affects
set::demo_read_ranges_from_file
… - alloc = num-integer, num-traits
-
Enables use_alloc of itertools ^0.12.0
- rog-experimental
- from_slice
-
Affects
range-set-blaze::Integer.from_slice
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- itertools alloc? std
-
Enables itertools ^0.12.0
- num-integer alloc? std
- num-traits alloc? std