{"id":21579513,"url":"https://github.com/jewlexx/fibonacci-like","last_synced_at":"2025-10-07T04:13:21.980Z","repository":{"id":56857567,"uuid":"526398751","full_name":"jewlexx/fibonacci-like","owner":"jewlexx","description":"A small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:24:42.000Z","size":69,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2024-05-02T02:29:36.120Z","etag":null,"topics":["fibonacci-sequence","second-order"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jewlexx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2022-08-18T23:07:59.000Z","updated_at":"2022-11-08T03:10:30.000Z","dependencies_parsed_at":"2024-11-24T13:13:45.952Z","dependency_job_id":"21a7250a-485a-4abc-a4ba-8a95fb41aa57","html_url":"https://github.com/jewlexx/fibonacci-like","commit_stats":{"total_commits":61,"total_committers":2,"mean_commits":30.5,"dds":"0.032786885245901676","last_synced_commit":"314b7c8c15675852ba03318903bc8a832fde9869"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewlexx%2Ffibonacci-like","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewlexx%2Ffibonacci-like/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewlexx%2Ffibonacci-like/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewlexx%2Ffibonacci-like/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jewlexx","download_url":"https://codeload.github.com/jewlexx/fibonacci-like/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181235,"owners_count":20411601,"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-sequence","second-order"],"created_at":"2024-11-24T13:13:43.736Z","updated_at":"2025-10-07T04:13:16.938Z","avatar_url":"https://github.com/jewlexx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fibonacci Like\n\n[![docs.rs](https://img.shields.io/docsrs/fibonacci-like)](https://docs.rs/fibonacci-like)\n[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/cargo/fibonacci-like)](/Cargo.toml)\n[![Crates.io](https://img.shields.io/crates/v/fibonacci-like)](https://crates.io/crates/fibonacci-like)\n[![Crates.io](https://img.shields.io/crates/d/fibonacci-like)](https://crates.io/crates/fibonacci-like)\n[![no_std support](https://img.shields.io/badge/no__std-supported-green)](/src/lib.rs)\n\nA small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support.\n\n## Features\n\n- Find the position of a given number\n- Find the number at a given position\n- Custom second order sequences\n\n## Installation\n\n```toml\n[dependencies]\nfibonacci-like = \"0.1\"\n```\n\n## Usage\n\n```rust\nlet nth = 69;\nlet number = fibonacci_like::Sequence::fibonacci().calculate(nth);\n\nprintln!(\"The \\\"{nth}\\\" number of the fibonacci sequence is:\\n{number}\");\n```\n\n## License\n\nOne of the following, at your choice:\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![License: APACHE](https://img.shields.io/badge/License-APACHE-green.svg)](https://opensource.org/licenses/APACHE)\n\n**Made with 💗 by [Juliette Cordor](https://github.com/jewlexx)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjewlexx%2Ffibonacci-like","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjewlexx%2Ffibonacci-like","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjewlexx%2Ffibonacci-like/lists"}