Bungeefan@lemmy.kde.social to Programmer Humor@lemmy.mlEnglish · 2 years agoLooking at you Ionic, Tauri, ...lemmy.kde.socialimagemessage-square101linkfedilinkarrow-up1949arrow-down112
arrow-up1937arrow-down1imageLooking at you Ionic, Tauri, ...lemmy.kde.socialBungeefan@lemmy.kde.social to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square101linkfedilink
minus-squarecatastrophicblues@lemmy.calinkfedilinkarrow-up1·2 years agoHow much Rust do I need to know to use Tauri?
minus-squarePyro@lemmy.worldlinkfedilinkEnglisharrow-up3·2 years agoLast 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.
minus-squarecatastrophicblues@lemmy.calinkfedilinkarrow-up2·2 years agoHuh, that’s neat. From their docs it does seem like aside from some scaffolding, I shouldn’t need to write much Rust.
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.