Cargo Features

[dependencies]
feldera-ijson = { version = "0.1.4", default-features = false, features = ["rkyv", "tracing", "ctor", "indexmap"] }
default = rkyv

The rkyv feature is set by default whenever feldera-ijson is added without default-features = false somewhere in the dependency tree.

rkyv default

Enables rkyv ^0.7.45

tracing dev

Enables tracing of mockalloc

Features from optional dependencies

ctor implicit feature

Enables ctor

ctor:

__attribute__((constructor)) for Rust

indexmap implicit feature

Enables indexmap

indexmap:

A hash table with consistent order and fast iteration