Cargo Features
ijson has no features set by default.
[dependencies]
ijson = { version = "0.1.4", features = ["tracing", "ctor", "indexmap"] }
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