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 whenever range-set-blaze is added without default-features = false somewhere in the dependency tree.

std default

Enables use_std of itertools, std of num-integer and num-traits

Affects set::demo_read_ranges_from_file

alloc = num-integer, num-traits

Enables use_alloc of itertools

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
num-integer alloc? std
num-traits alloc? std