webview_app 0.3.1

Simple integration of a web view in an application window like Electron
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
    <head>
        <title>Rust Web View</title>
        <meta charset="utf-8"/>
    </head>

    <body>
        <h1>Rust Web View</h1>
        <p>
            This is a sample page for displaying in <em>Rust Web View</em>
        </p>

    </body> 
</html>