{"id":19687169,"url":"https://github.com/trinitronx/rust-guessing-game","last_synced_at":"2026-06-11T08:31:32.257Z","repository":{"id":237445680,"uuid":"683157380","full_name":"trinitronx/rust-guessing-game","owner":"trinitronx","description":"Improved guessing game example from Rust book Ch. 2, w/quit commands","archived":false,"fork":false,"pushed_at":"2023-08-25T18:40:12.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T09:12:07.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/trinitronx/rust-guessing-game","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/trinitronx.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":"2023-08-25T18:27:38.000Z","updated_at":"2023-08-25T18:27:48.000Z","dependencies_parsed_at":"2024-05-02T00:11:25.695Z","dependency_job_id":"ef705f2d-54d8-4a78-862e-ec7a356284b2","html_url":"https://github.com/trinitronx/rust-guessing-game","commit_stats":null,"previous_names":["trinitronx/rust-guessing-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trinitronx/rust-guessing-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Frust-guessing-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Frust-guessing-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Frust-guessing-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Frust-guessing-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinitronx","download_url":"https://codeload.github.com/trinitronx/rust-guessing-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Frust-guessing-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-11T18:33:18.219Z","updated_at":"2026-06-11T08:31:32.240Z","avatar_url":"https://github.com/trinitronx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-guessing-game\n\nImproved guessing game example from Rust book Ch. 2, w/quit commands\n\n## Requirements\n\n* Rust (for compilation only)\n\n## Building\n\n### Manual\n\nCompile using Cargo:\n\n```sh\ncargo build --release\n```\n\n## Usage\n\nRun the program to guess the random number.\nEnter '`q`' or '`quit`' to give up and exit early.\n\n```sh\n./target/release/guessing_game\nGuess the number!\nPlease input your guess.\n1\nYou guessed: 1\nToo small!\nPlease input your guess.\n50\nYou guessed: 50\nToo small!\nPlease input your guess.\n75\nYou guessed: 75\nToo small!\nPlease input your guess.\n88\nYou guessed: 88\nToo big!\nPlease input your guess.\n82\nYou guessed: 82\nYou win!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Frust-guessing-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinitronx%2Frust-guessing-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Frust-guessing-game/lists"}