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 whenever risc0-zeroio is added without default-features = false somewhere in the dependency tree.

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