Cargo Features
[dependencies]
objc2-encode = { version = "4.0.3", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-encode
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Currently not possible to turn off, put here for forwards compatibility