Crate fibs

source ·
Expand description

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.

See the docs on Fibonacci for an Iterator.

Structs

An easy way to get numbers in the Fibonacci series.