tauri-store-macros

Crates.iotauri-store-macros
lib.rstauri-store-macros
version1.1.0
created_at2024-09-18 17:03:06.654698+00
updated_at2025-09-24 17:41:48.446021+00
descriptionPersistent stores for Tauri
homepagehttps://tb.dev.br/tauri-store
repositoryhttps://github.com/ferreira-tb/tauri-store
max_upload_size
id1379423
size15,171
Andrew Ferreira (ferreira-tb)

documentation

https://docs.rs/tauri-store

README

tauri-store

Persistent stores for Tauri.

[!NOTE] This is not an official Tauri plugin.

Features

  • Save your stores to disk.
  • Synchronize across multiple windows.
  • Debounce or throttle store updates.
  • Access the stores from both JavaScript and Rust.

Documentation

Check the documentation for more information on how to install and use the plugins.

Plugins

Currently, the following plugins are available:

Name Version Works with
tauri-store npm Everything
@tauri-store/pinia npm Vue, Nuxt
@tauri-store/svelte npm Svelte
@tauri-store/valtio npm React
@tauri-store/vue npm Vue, Nuxt
@tauri-store/zustand npm React

Supported Tauri Version

The plugins require Tauri 2.0 or later.

Commit count: 493

cargo fmt