| Crates.io | fibora |
| lib.rs | fibora |
| version | 1.2.0 |
| created_at | 2021-10-03 02:58:22.16449+00 |
| updated_at | 2022-04-05 17:54:41.089162+00 |
| description | Fibonnaci Utilities and CLI Tool. |
| homepage | https://github.com/UltiRequiem/fibora |
| repository | https://github.com/UltiRequiem/fibora |
| max_upload_size | |
| id | 459615 |
| size | 8,383 |
Utilities for the Fibonacci Number and Sequence 🔢
cargo install fibora
use fibora::fibonacci;
for i in 0..10 {
println!("{:#?}", fibonacci(i));
}
You already installed the CLI while installing the library 😆
fibora 10 # [1.0, 1.0, 2.0, 3.0, 5.0, 8.0, 13.0, 21.0, 34.0, 55.0]
Open an Issue, I will check it a soon as possible 👀
If you want to hurry me up a bit send me a tweet 😆
Consider supporting me on Patreon if you like my work 🙏
Don't forget to start the repo ⭐
We use Semantic Versioning. For the versions available, see the tags 🏷️
Eliaz Bobadilla - Creator and Maintainer 💪
See also the full list of contributors who participated in this project ✨
I also made a JavaScript and Go version 🆙
Licensed under the MIT License 📄