Cargo Features

ijson has no features set by default.

[dependencies]
ijson = { version = "0.1.4", features = ["tracing", "ctor", "indexmap"] }
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