trace-deck 0.1.1

GUI for visualizing and analyzing tracing tape files
<html>

<head>
    <link data-trunk rel="rust" />

    <style>
        canvas {
            margin-right: auto;
            margin-left: auto;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    </style>
</head>

<body>
    <canvas id="eframe"></canvas>
</body>

</html>