cot 0.3.1

The Rust web framework for lazy developers.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Server Error</title>
    <style>
        html {
            color-scheme: light dark;
        }

        body {
            width: 35em;
            margin: 0 auto;
            font-family: Tahoma, Verdana, Arial, sans-serif;
        }
    </style>
</head>
<body>
<h1>Server Error</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
    Please try again later.</p>
<p>If you are a user, please report this to the website administrator. If you are the website administrator, please look
    in the server logs for details.</p>
</body>
</html>