| Crates.io | tauri-plugin-matrix-svelte |
| lib.rs | tauri-plugin-matrix-svelte |
| version | 0.2.0 |
| created_at | 2025-06-05 09:08:22.383625+00 |
| updated_at | 2025-08-26 13:56:50.403513+00 |
| description | A Tauri plugin that exposes high level Matrix data through Svelte Rune stores |
| homepage | |
| repository | https://github.com/IT-ess/tauri-plugin-matrix-svelte |
| max_upload_size | |
| id | 1701283 |
| size | 716,791 |
A Tauri plugin that provides Matrix communication features through Svelte Rune stores.
This plugin is an adapter for the matrix-ui-serializable library, that provides high abstractions of the client state. Most of the state data is sent to frontend through Svelte Rune Stores directly, thanks to tauri-plugin-svelte, allowing instant reactivity.
Check here.
This project is still in progress, if you want to play with the plugin, please check the matrix-svelte-client example provided in this same repo.
pnpm installpnpm buildcargo build