{"id":18113859,"url":"https://github.com/jezza/in-out","last_synced_at":"2025-09-13T13:32:24.526Z","repository":{"id":62440922,"uuid":"462721971","full_name":"Jezza/in-out","owner":"Jezza","description":"A simple library to read and write bytes in various forms.","archived":false,"fork":false,"pushed_at":"2022-02-23T12:41:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-27T00:47:51.890Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jezza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-23T12:18:20.000Z","updated_at":"2022-02-23T12:40:29.000Z","dependencies_parsed_at":"2022-11-01T21:53:59.169Z","dependency_job_id":null,"html_url":"https://github.com/Jezza/in-out","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jezza/in-out","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Fin-out","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Fin-out/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Fin-out/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Fin-out/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jezza","download_url":"https://codeload.github.com/Jezza/in-out/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Fin-out/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274969313,"owners_count":25383116,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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-01T02:10:08.467Z","updated_at":"2025-09-13T13:32:24.450Z","avatar_url":"https://github.com/Jezza.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# in-out\n\nA very simple, straightforward library for reading and writing bytes.\n\n### Usage\n\n```rust\nuse in_out::Input;\n\n// Some data source... Could be a vec, array, etc\nlet data = vec![0xDE, 0xAD, 0xBE, 0xEF, 2, 0b0000_0001];\n\nlet mut input = Input::new(\u0026data);\n\nlet magic = input.try_read_u32_be()\n    .expect(\"Unable to read Magic Number...\");\nlet version = input.read_u8();\nlet flags = input.read_u8();\n\n// Prints \"0xDEADBEEF v2 flags:00000001\"\nprintln!(\"0x{:X} v{} flags:{:08b}\", magic, version, flags);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezza%2Fin-out","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjezza%2Fin-out","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezza%2Fin-out/lists"}