Crates.io | fibonacci-numbers |
lib.rs | fibonacci-numbers |
version | 59.0.0 |
source | src |
created_at | 2023-12-20 20:15:47.815865 |
updated_at | 2024-09-01 11:43:00.168913 |
description | The 59th Fibonacci number |
homepage | |
repository | https://github.com/tyilo/cargo-fibonacci-numbers |
max_upload_size | |
id | 1075848 |
size | 2,412 |
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);