penguin 0.1.9

Dev server with auto-reload, static file server, proxy support, and more. Language and framework agnostic. This is the library crate, but Penguin exists as a CLI app, too.
Documentation
<html>
  <head>
    <title>Contents of directory {{ uri_path }}</title>
    <style>
      body {
        font-family: 'sans-serif';
        font-size: 16px;
        line-height: 22px;
        margin: 16px;
      }
      a:hover {
        text-decoration: none;
      }
      a.real {
        color: #5758BB;
      }
      a.mount {
        color: #218c51;
      }
    </style>
  </head>
  <body>
    <h1>Contents of directory <code>{{ uri_path }}</code></h1>
    <ul>{{ entries }}</ul>
    <script src="{{ control_path }}/client.js" defer></script>
  </body>
</html>