seq-here 0.1.0

A fast tool for bio-sequence file processing.
Documentation
<!doctype html>
<html lang="zh-CN" xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="UTF-8">
    <title>Seq-Here - Tool for bio-sequence process.</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        :root {
            --primary: #2c3e50;
            --secondary: #29B6F6;
            --accent: #e74c3c;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

    </style>
</head>
<body>
<header>
    <div class="navbar">
        <h1>Seq-Here</h1>
        <p>A fast toolkit for bioinformatics sequence processing, written by Rust.
        </p>

    </div>
</header>
<main>

</main>
<footer>

</footer>
</body>
</html>