Cargo Features
[dependencies]
oc-wasm-immersive = { version = "0.12.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneveroc-wasm-immersive
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of bounded-integer and oc-wasm-safe
- alloc std
-
Enables alloc of minicbor ^0.21 and oc-wasm-helpers
Affects
crusher::Job
,crusher::JobBuilder
…