tauri-apps / tauri-bindgen

Typesafe language bindings generator for the Tauri IPC bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat] implement `resource`

JonasKruckenberg opened this issue · comments

Implement the resource type with attached functions. Maps to struct and a required trait in Rust and a class in typescript and javascript.