browser-window 0.12.3

A simple, optionally async, optionally threadsafe, electron-like browser toolkit for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
    background-color: #000;
    color: #0F0;
    font: 1.2em monospace;
    margin-top: 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
}

.stderr {
    color: #F00;
}