{"id":23802893,"url":"https://github.com/binaryfields/zorio","last_synced_at":"2026-06-28T07:31:32.788Z","repository":{"id":57672916,"uuid":"167477534","full_name":"binaryfields/zorio","owner":"binaryfields","description":"Port of a subset of Rust's standard library I/O module to no_std","archived":false,"fork":false,"pushed_at":"2019-01-25T03:21:07.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T21:49:07.539Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binaryfields.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}},"created_at":"2019-01-25T03:17:10.000Z","updated_at":"2019-05-02T08:56:38.000Z","dependencies_parsed_at":"2022-08-31T11:14:37.376Z","dependency_job_id":null,"html_url":"https://github.com/binaryfields/zorio","commit_stats":null,"previous_names":["digitalstreamio/zorio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binaryfields/zorio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryfields%2Fzorio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryfields%2Fzorio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryfields%2Fzorio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryfields%2Fzorio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryfields","download_url":"https://codeload.github.com/binaryfields/zorio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryfields%2Fzorio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34881384,"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-28T02:00:05.809Z","response_time":54,"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":"2025-01-01T22:28:20.448Z","updated_at":"2026-06-28T07:31:32.766Z","avatar_url":"https://github.com/binaryfields.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zorio\n\n## Overview\n\nPort of a subset of Rust's standard library I/O module to no_std.\n\nThe implementation is taken directly from [libstd](https://github.com/rust-lang/rust/tree/master/src/libstd/io)\nwith small number of changes to make it work with no_std.\nAll interfaces and implementation match the original code since they did not need to be altered.\nThe only exception to this is Error/ErrorKind types where I rolled with something simpler for now.\n\nAll credit for this work goes to the incredible Rust developers.\n\n## Story\n\nWhile working on a bare metal Raspberry Pi 3 project, I found that libcore lacks\ndata reading/writing functions available in libstd. Since most of them are generic\nand operate on streams that are not tied to file/os implementation, why not make them\navailable to the world of embedded development.\n\n## Status\n\nThe following modules were ported over:\n\n| Module            | Status      |\n|-------------------|-------------|\n| buffered          | Skipped     |\n| cursor            | Done        |\n| impls             | Done        |\n| lazy              | Skipped     |\n| mod               | Done        |\n| stdio             | Skipped     |\n| util              | Skipped     |\n\n## Credits\n\n- Rust developers for providing an incredible language to develop in\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryfields%2Fzorio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryfields%2Fzorio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryfields%2Fzorio/lists"}