fibonacci_series 0.2.0

Fibonacci Sequence. The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it.
Documentation
[dependencies]

[package]
authors = ["Muhammad Huzefa <huzefagul92@gmail.com>"]
categories = ["algorithms"]
description = "Fibonacci Sequence. The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it."
documentation = "https://doc.rust-lang.org/book/ch03-05-control-flow.html"
edition = "2018"
homepage = "https://doc.rust-lang.org/book/title-page.html"
keywords = ["fibo", "fibo_num", "fibonacci_number", "fibonacci_number", "fibonacci"]
license = "MIT"
name = "fibonacci_series"
readme = "README.md"
repository = "https://github.com/huzefagul92/PIAIC_IOT_BATCH-2_Q1.git"
version = "0.2.0"