Cargo Features
[dependencies]
risc0-zeroio = { version = "1.0.0-rc.2", default-features = false, features = ["std", "debug-derive"] }
- default = std
-
The
std
feature is set by default wheneverrisc0-zeroio
is added without
somewhere in the dependency tree.default-features = false - std default
- debug-derive
-
Enabling the "debug-derive" feature will allow errors in generated code to be reported in context by writing out the generated code to an external file and then using the "include" macro as opposed to emitting it inline.
Warning: Enabling this feature will litter your source tree with generated files.Enables debug-derive of risc0-zeroio-derive