Rust
Jan. 3rd, 2025
Manage Global State in Tauri
Learn how to manage global application state in your Tauri application.
Dec. 16th, 2024
Handling Errors in Tauri
This post will give an overview of handling errors in Rust and how to work with them inside your Tauri commands.
Nov. 22nd, 2024
Cross-Platform PDF Generation with Rust, Tauri, and Python
Walk through building a library to generate PDFs for Tauri and Python.
Mar. 10th, 2024
Building a todo app in Tauri with SQLite and sqlx
Learn how to use sqlx and sqlite to build applications in Tauri.