{"id":24904605,"url":"https://github.com/wesfly/fibonacci-rust","last_synced_at":"2025-03-27T20:47:38.348Z","repository":{"id":275016357,"uuid":"924794927","full_name":"wesfly/fibonacci-rust","owner":"wesfly","description":"This program generates the fibonacci sequence using rust.","archived":false,"fork":false,"pushed_at":"2025-01-31T17:17:16.000Z","size":2050,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T18:26:45.464Z","etag":null,"topics":["fibonacci","fibonacci-sequence","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wesfly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-30T17:02:22.000Z","updated_at":"2025-01-31T17:17:21.000Z","dependencies_parsed_at":"2025-01-31T18:27:02.452Z","dependency_job_id":"4849ea23-aa15-407d-bff7-4c8185834007","html_url":"https://github.com/wesfly/fibonacci-rust","commit_stats":null,"previous_names":["wesfly/fibonacci","wesfly/fibonacci-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesfly%2Ffibonacci-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesfly%2Ffibonacci-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesfly%2Ffibonacci-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wesfly%2Ffibonacci-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wesfly","download_url":"https://codeload.github.com/wesfly/fibonacci-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236734668,"owners_count":19196349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fibonacci","fibonacci-sequence","rust","rust-lang"],"created_at":"2025-02-01T23:26:50.510Z","updated_at":"2025-03-27T20:47:38.336Z","avatar_url":"https://github.com/wesfly.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fibonacci Rust Program\n\nThis repository contains a Rust program that generates the Fibonacci sequence. The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Installation\n\nTo run this program, you need to have Rust installed on your machine. You can install Rust by following the instructions on the [official Rust website](https://www.rust-lang.org/learn/get-started).\n\nClone the repository to your local machine using the following command:\n\n```bash\ngit clone https://github.com/wesfly/fibonacci-rust.git\ncd fibonacci-rust\n```\n\n## Usage\n\nTo generate the Fibonacci sequence, run the following command:\n\n```bash\ncargo run\n```\n\nThis will compile and run the program, generating the Fibonacci sequence.\n\n### Example Output\n\n```\nFibonacci Sequence:\nIteration 1: 0\nIteration 2: 1\nIteration 3: 1\nIteration 4: 2\nIteration 5: 3\nIteration 6: 5\nIteration 7: 8\nIteration 8: 13\nIteration 9: 21\n...\n```\n\nYou can modify ```max_iterations``` to change the number of terms generated in the sequence by editing the source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesfly%2Ffibonacci-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesfly%2Ffibonacci-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesfly%2Ffibonacci-rust/lists"}