Ask HN: How should I learn Rust for Tauri development?

by djydeon 10/13/2024, 4:32 PMwith 2 comments

Hi hackers. I'm a web developer and want to use Tauri (https://tauri.app/). But Rust intimidates me a bit.

I'd like to ask, as an experienced web developer, how can I learn Rust to the extent that I can use Tauri to develop native applications?

by zjaon 10/13/2024, 4:42 PM

The Rust book is a good start https://doc.rust-lang.org/book/

by lsk569937453on 10/15/2024, 1:13 PM

Actually,you could use javascript as your backend instead of rust to develop the application of tauri.