{"id":20838239,"url":"https://github.com/ismaileke/binary-utils","last_synced_at":"2025-08-17T13:40:25.358Z","repository":{"id":253785587,"uuid":"844513695","full_name":"ismaileke/binary-utils","owner":"ismaileke","description":"A binary system to be used for RakNet protocol","archived":false,"fork":false,"pushed_at":"2024-10-28T08:53:20.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T09:44:23.516Z","etag":null,"topics":["binary","minecraft-plugin","minecraft-server","raknet","raknet-network-engine","rust-crate","rust-library"],"latest_commit_sha":null,"homepage":"","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/ismaileke.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T12:18:23.000Z","updated_at":"2024-10-28T08:53:23.000Z","dependencies_parsed_at":"2024-08-29T21:09:14.990Z","dependency_job_id":"40e479ec-ffff-4365-a8a7-bbd32075ee4d","html_url":"https://github.com/ismaileke/binary-utils","commit_stats":null,"previous_names":["ismaileke/binary_utils","ismaileke/binary-utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ismaileke/binary-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileke%2Fbinary-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileke%2Fbinary-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileke%2Fbinary-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileke%2Fbinary-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismaileke","download_url":"https://codeload.github.com/ismaileke/binary-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaileke%2Fbinary-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856563,"owners_count":24657688,"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-08-17T02:00:09.016Z","response_time":129,"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":["binary","minecraft-plugin","minecraft-server","raknet","raknet-network-engine","rust-crate","rust-library"],"created_at":"2024-11-18T01:09:43.884Z","updated_at":"2025-08-17T13:40:25.326Z","avatar_url":"https://github.com/ismaileke.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# binary-utils\nA binary system to be used for RakNet protocol.\n\n## Usage\n\n📄Cargo.toml\n```css\n[dependencies]\nbinary-utils = { git = \"https://github.com/ismaileke/binary-utils.git\", branch = \"master\"}\n```\n\n\n📄main.rs\n```rust\nuse binary_utils::binary::Stream;\n\nfn main() {\n    let mut stream = Stream::new(vec![1, 2], 0);\n    stream.put_byte(128);\n    stream.put_l_triad(12345);\n\n    let _ = stream.get_byte(); // first byte -\u003e 1\n    let _ = stream.get_byte(); // second byte -\u003e 2\n    let _ = stream.get_byte(); // third byte -\u003e 128\n    let triad_num = stream.get_l_triad(); // triad number -\u003e 12345\n\n    println!(\"{}\", triad_num); //  12345\n    println!(\"{:?}\", stream.get_buffer()); // [1, 2, 128, 57, 48, 0]\n}\n```\n\n## 📍 NOTE\nIt is still in development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaileke%2Fbinary-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismaileke%2Fbinary-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaileke%2Fbinary-utils/lists"}