{"id":16270798,"url":"https://github.com/fboulnois/fizzbuzz-extreme-edition","last_synced_at":"2025-04-08T15:28:04.836Z","repository":{"id":140693146,"uuid":"413185531","full_name":"fboulnois/fizzbuzz-extreme-edition","owner":"fboulnois","description":"An extremely straightforward implementation of FizzBuzz in Rust","archived":false,"fork":false,"pushed_at":"2021-10-03T23:00:55.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-14T11:52:08.290Z","etag":null,"topics":["fizzbuzz","fizzbuzz-rust","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fboulnois.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-10-03T20:08:53.000Z","updated_at":"2024-11-08T03:23:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cd59280-5f94-45c0-8553-17c5f4848439","html_url":"https://github.com/fboulnois/fizzbuzz-extreme-edition","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fboulnois%2Ffizzbuzz-extreme-edition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fboulnois%2Ffizzbuzz-extreme-edition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fboulnois%2Ffizzbuzz-extreme-edition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fboulnois%2Ffizzbuzz-extreme-edition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fboulnois","download_url":"https://codeload.github.com/fboulnois/fizzbuzz-extreme-edition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247870091,"owners_count":21009773,"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":["fizzbuzz","fizzbuzz-rust","rust"],"created_at":"2024-10-10T18:11:39.385Z","updated_at":"2025-04-08T15:28:04.812Z","avatar_url":"https://github.com/fboulnois.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz in Rust\n\nAn extremely [straightforward](src/main.rs) implementation of FizzBuzz in Rust.\n\n## What is FizzBuzz?\n\nFizzBuzz is a classic programming problem, often used to screen developers in\nsoftware engineering interviews. The goal of FizzBuzz is to write a program that\nprints the numbers from 1 to 100, but instead for multiples of three print `Fizz`\nand for multiples of five print `Buzz`. For multiples of both print `FizzBuzz`.\nHere is the expected result for the first 20 numbers:\n\n```\n1\n2\nFizz\n4\nBuzz\nFizz\n7\n8\nFizz\nBuzz\n11\nFizz\n13\n14\nFizzBuzz\n16\n17\nFizz\n19\nBuzz\n```\n\n## What is Rust?\n\nRust is a general purpose programming language designed for safety and\nperformance. We only use the [safest and fastest](src/main.rs) Rust to solve\nFizzBuzz.\n\n## Why would you write this?\n\nThere are no other examples on the internet of using Rust to solve FizzBuzz, so\nI contributed my own[.](docs/SOLUTION.md)\n\n## How to build and run this?\n\nType `cargo run`. You can also run this online on the [Rust Playground](https://play.rust-lang.org/?version=stable\u0026mode=debug\u0026edition=2018\u0026gist=81b6d4f2467b467458b82e6574459aa6).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffboulnois%2Ffizzbuzz-extreme-edition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffboulnois%2Ffizzbuzz-extreme-edition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffboulnois%2Ffizzbuzz-extreme-edition/lists"}