fib-rs 0.4.6

A fast Fibonacci number calculator
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Fast Fibonacci number calculator - Calculate Fibonacci numbers efficiently">
    <meta name="theme-color" content="#5cc971">
    <title>Fibonacci Calculator</title>
    <link data-trunk rel="css" href="style/main.css" />
    <link data-trunk rel="rust" data-bin=fib-web />
    <link data-trunk rel="copy-file" href="assets/robots.txt" />
    <link data-trunk rel="copy-file" href="assets/favicon.svg" />
    <link data-trunk rel="copy-file" href="assets/github-logo.svg" />
    <link rel="icon" type="image/svg+xml" href="favicon.svg" />
    <meta name="robots" content="index, follow">
</head>

<body>
    <a href="https://github.com/excoffierleonard/fib-rs" class="github-link" aria-label="View source code on GitHub">
        <img src="github-logo.svg" alt="GitHub" width="24" height="24">
    </a>
    <noscript>
        <div class="app-container">
            <h1 class="app-title">Fibonacci Calculator</h1>
            <p>This application requires JavaScript to be enabled in your browser.</p>
        </div>
    </noscript>
</body>

</html>