Skip to content

πŸ“˜ Utilities and CLI for the Fibonacci Sequence

License

Notifications You must be signed in to change notification settings

UltiRequiem/fibora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fibora

Documentation Code Coverage

Utilities for the Fibonacci Number and Sequence πŸ”’

Install πŸ‘‡

cargo install fibora

Usage

use fibora::fibonacci;

for i in 0..10 {
    println!("{:#?}", fibonacci(i));
}

CLI

You already installed the CLI while installing the library πŸ˜†

Usage

fibora 10 # [1.0, 1.0, 2.0, 3.0, 5.0, 8.0, 13.0, 21.0, 34.0, 55.0]

Video Showcase πŸŽ₯

Support

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 ⭐

Versioning

We use Semantic Versioning. For the versions available, see the tags 🏷️

Authors

Eliaz Bobadilla - Creator and Maintainer πŸ’ͺ

See also the full list of contributors who participated in this project ✨

Related

I also made a JavaScript and Go version πŸ†™

Licence

Licensed under the MIT License πŸ“„