alcro 0.5.4

A library to create desktop apps using rust and modern web technologies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">
  <title>index</title>
</head>
<body id="index-body">
  <button id="button" onclick="buttonPressed()">Click Me!</button>
  <div id="button-status"></div>
</body>
</html>