Crates.io | fibonacci-numbers |
lib.rs | fibonacci-numbers |
version | 119.0.0 |
created_at | 2023-12-20 20:15:47.815865+00 |
updated_at | 2025-09-18 16:19:15.183516+00 |
description | The 119th Fibonacci number |
homepage | |
repository | https://github.com/tyilo/cargo-fibonacci-numbers |
max_upload_size | |
id | 1075848 |
size | 35,804 |
First install the version of this crate corresponding to the Fibonacci number you want to use:
cargo add fibonacci-numbers@119 --rename fib119
Then you can use the VALUE
constant to get its value:
assert_eq!(fib119::VALUE, 3311648143516982017180081);