specta-rs / tauri-specta

Completely typesafe Tauri commands
MIT License
368 stars 40 forks source link

You can put the same command many times #115

Open oscartbeaumont opened 2 months ago

oscartbeaumont commented 2 months ago

We should error on multiple commands with the same name or maybe smartly deduplicate if we can prove they are the same (maybe pointer addr or something?).