{"id":15032171,"url":"https://github.com/nomyfan/bencodex","last_synced_at":"2026-02-06T13:20:08.112Z","repository":{"id":47490917,"uuid":"255264776","full_name":"nomyfan/bencodex","owner":"nomyfan","description":"Bencode parser","archived":false,"fork":false,"pushed_at":"2023-09-25T23:48:53.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T06:24:05.433Z","etag":null,"topics":["bencode","bencode-parser","rust","rust-crate","rust-library"],"latest_commit_sha":null,"homepage":"https://docs.rs/bencodex","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/nomyfan.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":"2020-04-13T07:54:02.000Z","updated_at":"2023-09-26T01:58:32.000Z","dependencies_parsed_at":"2024-10-12T15:20:48.544Z","dependency_job_id":"6f2bee5d-01d6-4ccf-a600-822f4768d837","html_url":"https://github.com/nomyfan/bencodex","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"6719ebc455b5b4736405b24cac04e82f2e881516"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nomyfan/bencodex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomyfan%2Fbencodex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomyfan%2Fbencodex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomyfan%2Fbencodex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomyfan%2Fbencodex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomyfan","download_url":"https://codeload.github.com/nomyfan/bencodex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomyfan%2Fbencodex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29162156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"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":["bencode","bencode-parser","rust","rust-crate","rust-library"],"created_at":"2024-09-24T20:17:38.970Z","updated_at":"2026-02-06T13:20:08.030Z","avatar_url":"https://github.com/nomyfan.png","language":"Rust","readme":"# bencodex\n\nA bencode parser.\n\n## Get Started\n\n```rust\nuse bencodex::{BDict, BNode};\n\nlet mut dict = BDict::new();\ndict.insert(\"bar\".to_string(), \"spam\".into());\ndict.insert(\"foo\".to_string(), 42.into());\n\nlet bnode = BNode::Dict(dict);\n\nlet mut file = File::create(\n  env::current_dir().unwrap().join(\"name.torrent\")\n).unwrap();\nbnode.serialize(\u0026mut file).unwrap();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomyfan%2Fbencodex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomyfan%2Fbencodex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomyfan%2Fbencodex/lists"}