{"id":22101143,"url":"https://github.com/rmja/nobcd","last_synced_at":"2026-03-08T11:32:21.716Z","repository":{"id":65667229,"uuid":"579038485","full_name":"rmja/nobcd","owner":"rmja","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-11T09:45:37.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T04:39:16.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rmja.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":"2022-12-16T14:01:27.000Z","updated_at":"2025-02-11T09:45:41.000Z","dependencies_parsed_at":"2024-12-01T05:25:39.224Z","dependency_job_id":"58a5a08e-e4fe-4ed3-8b5c-bfe580925c14","html_url":"https://github.com/rmja/nobcd","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"d352a026c6b5a3c6e9436217f9613d68dc895b58"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rmja/nobcd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnobcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnobcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnobcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnobcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmja","download_url":"https://codeload.github.com/rmja/nobcd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnobcd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30254508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T08:59:44.879Z","status":"ssl_error","status_checked_at":"2026-03-08T08:58:02.867Z","response_time":56,"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":[],"created_at":"2024-12-01T05:23:44.436Z","updated_at":"2026-03-08T11:32:21.689Z","avatar_url":"https://github.com/rmja.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple BCD number primitive\n[![CI](https://github.com/rmja/nobcd/actions/workflows/ci.yml/badge.svg)](https://github.com/rmja/nobcd/actions/workflows/ci.yml)\n[![crates.io](https://img.shields.io/crates/v/nobcd.svg)](https://crates.io/crates/nobcd)\n\nThis crate provides a simple `BcdNumber` type that can be used in embedded `no_std` environments.\n\nIf you are missing a feature, please raise an issue or a PR.\n\n## Example\n```rust\nlet bcd = BcdNumber::\u003c2\u003e::try_new(1234u16).unwrap();\nassert_eq!(1234u16, bcd.value());\nassert_eq!([0x12, 0x34], bcd.bcd_bytes());\nassert_eq!(bcd, BcdNumber::try_from([0x12, 0x34]).unwrap());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fnobcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmja%2Fnobcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fnobcd/lists"}