tauri-invoke 0.1.0

A simple way to call tauri's invokes from rust wasm
Documentation

A simple way to call invoke in tauri from rust.

// calls 'tauri_invoke'
let future = invoke! {
tauri_invoke -> String,
foo: 1.0,
bar: false,
};