Crates.io | fibs |
lib.rs | fibs |
version | 0.2.8 |
source | src |
created_at | 2022-03-17 12:20:12.460858 |
updated_at | 2023-02-14 14:24:30.451272 |
description | Get a Fibonacci number or sequence |
homepage | |
repository | https://github.com/dcormier/fibonacci-rs |
max_upload_size | |
id | 551759 |
size | 14,075 |
Provides a function and an Iterator
for getting Fibonacci numbers.
See the docs on Fibonacci::f
for a function to get a specific Fₙ value.