Module workflow_wasm::extensions

source ·

Re-exports§

Modules§

  • JsValue to native Rust datatypes conversion utilities. These utilities marshall incoming data for different types of representations and convert them to native Rust datatypes. For example, a Vec<u8> can be converted from a Uint8Array or from a hex-encoded string.
  • Js Object property access utilities