MatsDK / TauRPC

Typesafe IPC layer for Tauri applications

Home Page:https://docs.rs/taurpc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when the only arg is Vec<T>

MatsDK opened this issue · comments

commented

When a procedure only has 1 argument that is a Vector or Tuple, that type will be spread out in the params on the frontend(https://github.com/MatsDK/TauRPC/blob/main/src/index.ts#L22-L29)

image

image