fibora 0.1.0

Fibonnaci Utilities and CLI Tool.
Documentation

Fibora

GitMoji License: MIT Lines Of Code

Port of fibonacci-deno for Rust.

Utilities for the Fibonacci Number and Sequence.

Usage

CLI Tool

This project contains a cli tool, it is made to give an example of use mainly.

Install it

cargo install fibora

Usage

  • Get the Nth Fibonacci Number:
$ fibora --number 3
2
  • Get an Array with the first N numbers of the Fibonacci Sequence:
$ fibora --sequence 3
[ 0, 1, 1 ]

Or use a binary from releases.

Related

License

This project is licensed under the MIT License.