/fibonacci-sequence

Fibonacci sequence calculated based on user input.

Primary LanguageRustMIT LicenseMIT

Temperature Converter

Rust Community

Rust (CLI) program that Generate Fibonacci Sequence based on user number input.

Be aware of the program's licenses before using it: Apache 2.0 & MIT

Recommended configurations

Rust: modern systems programming language known for its strong emphasis on memory safety and zero-cost abstractions.

Cargo: Rust's package manager and build tool, streamlining the process of managing dependencies and building projects with ease.

Dependencies & Libraries

Usage

Clone the repository on your machine git clone [this-repo-url]

Go into the repository and run the project cargo run

Next Steps

  • Improve input number size (current limit = 91)
  • Resolve duplicated error handler message