trek-rs 0.2.1

A web content extraction library that removes clutter from web pages
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="refresh" content="0; url=./playground/">
    <title>Trek - Web Content Extraction</title>
    <style>
        body {
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
            background: #f5f5f7;
        }
        .message {
            text-align: center;
            color: #1d1d1f;
        }
        a {
            color: #007AFF;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="message">
        <p>Redirecting to Trek Playground...</p>
        <p>If you're not redirected, <a href="./playground/">click here</a>.</p>
    </div>
</body>
</html>