specta-rs / tauri-specta

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

v2.5 #112

Closed oscartbeaumont closed 3 months ago

oscartbeaumont commented 3 months ago

A rewrite of the current system to better use Specta's Language primitives and also to simplify the entire crate/public API.

The typestate patterm we had was very cool but it makes documentation/education harder and honestly isn't going to prevent many issues.

oscartbeaumont commented 3 months ago

Before merge: