19 major breaking releases

19.0.0 Jan 15, 2024
18.0.0 Jan 15, 2024
17.0.0 Jan 15, 2024
16.0.0 Jan 15, 2024
0.0.0 Dec 20, 2023

#6 in #fibonacci-number

Download history 71/week @ 2023-12-17 133/week @ 2024-01-14 16/week @ 2024-02-18 10/week @ 2024-02-25 33/week @ 2024-03-10 380/week @ 2024-03-31

413 downloads per month
Used in fibonacci-numbers

MIT/Apache

5KB

fibonacci-numbers

First install the version of this crate corresponding to the Fibonacci number you want to use:

cargo add fibonacci-numbers@19 --rename fib19

Then you can use the VALUE constant to get its value:

assert_eq!(fib19::VALUE, 4181);

lib.rs:

fibonacci-numbers

First install the version of this crate corresponding to the Fibonacci number you want to use:

cargo add fibonacci-numbers@19 --rename fib19

Then you can use the VALUE constant to get its value:

assert_eq!(fib19::VALUE, 4181);

Dependencies