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.
Nov. 22nd, 2024
Cross-Platform PDF Generation with Rust, Tauri, and Python
Walk through building a library to generate PDFs for Tauri and Python.
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.