web-view 0.4.0

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
Documentation
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
  <head>
    <title>Rust / PureScript - Todo App</title>
    <link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <script src="dist/app.js"></script>
  </body>
</html>