fib-rs 1.2.2

A highly optimized Fibonacci number calculator for Rust that efficiently computes arbitrarily large Fibonacci numbers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[build]
target = "index.html"
dist = "dist"
features = "web"

[watch]
watch = ["src", "index.html", "style", "assets"]

[serve]
port = 8080
open = false