What I want to know is that if you use webview , it's actually a browser, just a smaller shell (compared with electron'), then I'll build a html file + js file for interaction (rust' interface).
Or rs to build the logical layer
Chestnut
<html>
<body>
<button id="btn"> </button>
</body>
</html>
document. getByElementById ('btn'). onClick ('alert ('xx'))
Is that so? So rust just means that interfaces like operating file systems are provided at the bottom?
What I want to know is that if you use
webview, it's actually a browser, just a smaller shell (compared withelectron'), then I'll build ahtmlfile +jsfile for interaction (rust' interface).Or
rsto build the logical layerChestnut
Is that so? So
rustjust means that interfaces like operating file systems are provided at the bottom?