I decided to adventure myself in Tauri development for a personal project, I read the entire Rust official book and followed the exercises. When I first started developing it was like if nothing I learned helped for real life projects.

Now after getting betting up every single time I touch my project, it seems I’m catching things slowly.

But I’ve never seen such a hard modern language, I used C and C++ before and it’s incomparable.

  • ExLisper@lemmy.curiana.net
    link
    fedilink
    arrow-up
    1
    ·
    7 hours ago

    You don’t really have to use Rust to develop Tauri project unless you’re doing the front-end in Rust. Are you using leptos or something? Leptos can be very tricky when you try to do something not very standard in it. Other than that, I didn’t struggle that much with Tauri. You can do most things with basic Rust.