dot_ix_playground 0.9.2

Interactive dot graphs playground web application.
Documentation
<!DOCTYPE html>
<html>
  <head>
    <link
      data-trunk rel="rust"
      data-bin="dot_ix_playground"
      data-wasm-opt="z"
      data-cargo-features="csr" />

    <link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />

    <!--
      Would be good if we can just specify `target/site`,
      and `trunk` copies the contents of the `site` directory.
    -->
    <link data-trunk rel="copy-dir" href="../target/site/examples" />
    <link data-trunk rel="copy-dir" href="../target/site/fonts" />
    <link data-trunk rel="copy-dir" href="../target/site/pkg" />
    <link data-trunk rel="copy-file" href="../target/site/favicon.ico" />
    <link data-trunk rel="copy-file" href="../target/site/codicon.ttf" />
  </head>
  <body></body>
</html>