Cargo Features

[dependencies]
ixc_schema = { version = "0.0.4", default-features = false, features = ["std", "bumpalo", "use_ixc_macro_path"] }
default = std

The std feature is set by default whenever ixc_schema is added without default-features = false somewhere in the dependency tree.

std default

Affects decoder::Decoder.decode_owned_str, decoder::Decoder.decode_owned_bytes

bumpalo

Enables bumpalo

use_ixc_macro_path