{"id":42189055,"url":"https://github.com/matth2k/shoo","last_synced_at":"2026-01-26T22:34:59.799Z","repository":{"id":316646394,"uuid":"1058359886","full_name":"matth2k/shoo","owner":"matth2k","description":"Create your own blackjack trainer or game","archived":false,"fork":false,"pushed_at":"2026-01-15T05:45:39.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T11:59:16.284Z","etag":null,"topics":["blackjack","cards","casino"],"latest_commit_sha":null,"homepage":"https://matth2k.github.io/shoo/","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/matth2k.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T01:45:22.000Z","updated_at":"2026-01-15T05:44:39.000Z","dependencies_parsed_at":"2025-09-25T22:27:08.267Z","dependency_job_id":"76dab300-77c0-402d-b07c-23eed54c1173","html_url":"https://github.com/matth2k/shoo","commit_stats":null,"previous_names":["matth2k/card-counter","matth2k/shoo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matth2k/shoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matth2k%2Fshoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matth2k%2Fshoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matth2k%2Fshoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matth2k%2Fshoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matth2k","download_url":"https://codeload.github.com/matth2k/shoo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matth2k%2Fshoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28790057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blackjack","cards","casino"],"created_at":"2026-01-26T22:34:58.391Z","updated_at":"2026-01-26T22:34:59.777Z","avatar_url":"https://github.com/matth2k.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/matth2k/shoo/actions/workflows/rust.yml/badge.svg)\n[![Docs](https://img.shields.io/badge/docs-github--pages-blue)](https://matth2k.github.io/shoo/)\n[![crates.io](https://img.shields.io/badge/crates.io-github--pages-blue)](https://crates.io/crates/shoo)\n\n# Shoo: A Library for Blackjack training\n\n## Description\n\nA Rust library to assist in creating your own blackjack trainer or game.\n\n## Getting Started\n\nBelow is a minimal example to get you started:\n\n```rust\nuse shoo::{Card, Hand, Rank, Suit};\n\n#[test]\nfn test_hand() {\n    let mut hand = Hand::default();\n    hand.insert(Card::new(Suit::Spade, Rank::Ace));\n    hand.insert(Card::new(Suit::Heart, Rank::King));\n    assert!(hand.value().is_some());\n    assert!(hand.blackjack());\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatth2k%2Fshoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatth2k%2Fshoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatth2k%2Fshoo/lists"}