impl_wasm_conversions

Macro impl_wasm_conversions 

Source
macro_rules! impl_wasm_conversions {
    ($rust:ty, $wasm:ty) => { ... };
}
Expand description

Various code-generation macros to help with WASM wrapper creation. Includes many things that auto-generated by cddl-codegen so we can use these with utility code that had to be hand-written. Auto-declare From/AsRef conversions between rust and WASM wrappers