59 major breaking releases

59.0.0 Sep 1, 2024
58.0.0 Sep 1, 2024
57.0.0 Sep 1, 2024
56.0.0 Sep 1, 2024
0.0.0 Dec 20, 2023

#814 in Algorithms

Download history 1036/week @ 2024-07-01 50/week @ 2024-07-08 1/week @ 2024-07-29 1008/week @ 2024-08-26 780/week @ 2024-09-02 274/week @ 2024-09-16 15/week @ 2024-09-23 99/week @ 2024-09-30 20/week @ 2024-10-07

408 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@59 --rename fib59

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

assert_eq!(fib59::VALUE, 956722026041);

lib.rs:

fibonacci-numbers

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

cargo add fibonacci-numbers@59 --rename fib59

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

assert_eq!(fib59::VALUE, 956722026041);

Dependencies