HACKER Q&A
📣 djyde

How should I learn Rust for Tauri development?


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?


  👤 zja Accepted Answer ✓
The Rust book is a good start https://doc.rust-lang.org/book/

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