Cargo Features
Range-collections has no features set by default.
[dependencies]
range-collections = { version = "0.4.5", features = ["rkyv_validated", "new_unchecked", "serde"] }
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.
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- rkyv rkyv_validated?
-
Enables rkyv ^0.7.18
Affects
range_set::ArchivedRangeSet
… - bytecheck rkyv_validated?
-
Enables bytecheck ^0.6.5