|
|
|
Show HN: Simple crate to use anyhow with Tauri
(github.com)
|
|
2 points
by TDiblik
743 days ago
|
|
Hey, I've created a crate that makes it easier to return anyhow errors from your tauri commands! It's only +-100 lines of code, but made my experience with tauri sooo much nicer. Thanks to this small size, it's also easy to copy-paste it, if you don't want to rely on "another package". Feel free to leave feedback! ps: I've linked the GitHub repo, the crate is published here: https://crates.io/crates/anyhow-tauri |
|