tauri-plugin-sync-state 0.1.0

Bidirectional, type-keyed state sync between a Tauri backend and a JS/React frontend.
Documentation
1
2
3
4
5
"$schema" = "schemas/schema.json"

[default]
description = "Allows reading and writing all synced state slices."
permissions = ["allow-get-state", "allow-set-state"]