938
Looking at you Ionic, Tauri, ...
(lemmy.kde.social)
Post funny things about programming here! (Or just rant about your favourite programming language.)
How much Rust do I need to know to use Tauri?
Last I checked, almost none. They provide a JS API for common functions, so as long as you're keeping things relatively simple you might not have to touch much Rust at all.
Huh, that’s neat. From their docs it does seem like aside from some scaffolding, I shouldn’t need to write much Rust.