{"id":22101148,"url":"https://github.com/rmja/minicbor-embedded-io","last_synced_at":"2025-07-25T00:31:11.084Z","repository":{"id":96149231,"uuid":"599921772","full_name":"rmja/minicbor-embedded-io","owner":"rmja","description":"An asynchronous cbor reader/writer for embedded sytems","archived":false,"fork":false,"pushed_at":"2024-04-24T08:22:07.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T13:41:22.567Z","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":"2023-02-10T07:09:31.000Z","updated_at":"2024-04-24T08:22:10.000Z","dependencies_parsed_at":"2023-03-25T15:53:27.880Z","dependency_job_id":"66bbc35f-5e7e-438b-8a80-1cbd0a9bbf73","html_url":"https://github.com/rmja/minicbor-embedded-io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fminicbor-embedded-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fminicbor-embedded-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fminicbor-embedded-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fminicbor-embedded-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmja","download_url":"https://codeload.github.com/rmja/minicbor-embedded-io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227489818,"owners_count":17780628,"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":[],"created_at":"2024-12-01T05:23:45.746Z","updated_at":"2024-12-01T05:23:46.238Z","avatar_url":"https://github.com/rmja.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Async CBOR Reader and Writer\n\n[![CI](https://github.com/rmja/minicbor-embedded-io/actions/workflows/ci.yaml/badge.svg)](https://github.com/rmja/minicbor-embedded-io/actions/workflows/ci.yaml)\n[![crates.io](https://img.shields.io/crates/v/minicbor-embedded-io.svg)](https://crates.io/crates/minicbor-embedded-io)\n[![docs.rs](https://docs.rs/minicbor-embedded-io/badge.svg)](https://docs.rs/minicbor-embedded-io)\n\nThe `minicbor-embedded-io` crate implements async read and write for the `minicbor` crate on top of the `embedded-io-async` `Read` and `Write` traits.\n\nThe library is inspired by the way the [Dahomey.Cbor](https://github.com/dahomey-technologies/Dahomey.Cbor) library does asynchronous read and write.\nFor example, to read an array, one must implement the `CborArrayReader` trait, which is called for each array item.\nThe callback can either actually read the item, or return an error indicating that it needs more bytes to fully decode - in this case the reader will be called again whenever more bytes become available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fminicbor-embedded-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmja%2Fminicbor-embedded-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fminicbor-embedded-io/lists"}