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 wheneverfeldera-ijson
is added without
somewhere in the dependency tree.default-features = false - rkyv default
-
Enables rkyv ^0.7.45
- tracing dev
Features from optional dependencies
- ctor implicit feature
-
Enables ctor ^0.2.4
ctor:
__attribute__((constructor)) for Rust
- indexmap implicit feature
-
Enables indexmap
indexmap:
A hash table with consistent order and fast iteration