mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-25 11:46:06 +02:00
d4223f6fd2
* feat(store): expose Store to Rust code in a meaningful way * manually implement Default to improve generic inference * update readme * rename method * make error Send and Sync * make `use_store` more ergonomic * export JsonValue * fix readme example * fmt --------- Co-authored-by: FabianLars <fabianlars@fabianlars.de>