Cargo Features

[dependencies]
ibm1047 = { version = "1.0.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Affects ibm1047::Decode