#[host_exports]
Expand description

Replaces an impl block of an HostShim trait (generated by the ark_bindgen macro) by an augmented one that automatically implements some functions, making it more ergonomic and pleasant to use.

Note this macro is designed to be used on the host.

See the crate description for examples of what you can do with it.