e0
e0.base.report
e0
@e0.base.report
web developer, working on @basereport.bsky.social and learning rust
I've only tried having 2 functions so far. Can see how it can get tedious with more but I personally don't mind.
1. I like explicitly providing all the entry points into Rust.
2. It seems like Tauri is optimized for frontend developers, so it makes sense if the dev xp is more tailored for them.
December 7, 2024 at 9:54 PM
Technically I didn't need to write any Rust at all and just use Svelte/JS. But I wanted the practice. Love how easy it is to call Rust code from Svelte using Tauri.

Even in this tiny app, handling all the data structures in Rust and only returning the minimal data back to Svelte feels amazing.
December 6, 2024 at 10:54 PM
November 21, 2024 at 2:01 AM