Cargo Features
Scepter has no features set by default.
[dependencies]
scepter = { version = "0.1.5", features = ["arrow", "cbor", "compressed-postings", "zstd", "wire"] }
- arrow
-
Enables arrow-array ^54.3.1 and arrow-schema ^54.3.1
Affects
scepter::arrow… - cbor wire?
-
Affects
wire::WireDeltaPoint,wire::WireFinalizedBucket,wire::to_cbor,wire::from_cbor,scepter::wire,wire::to_cbor_zstd,wire::from_cbor_zstd… - compressed-postings
-
Enables roaring
Affects
scepter::compressed… - zstd wire?
-
Enables zstd
Affects
wire::zstd_compress,wire::zstd_decompress,scepter::wire,wire::to_cbor_zstd,wire::from_cbor_zstd… - wire = cbor, zstd