{"id":24624899,"url":"https://github.com/melody-rs/alox-48","last_synced_at":"2026-05-08T09:33:10.114Z","repository":{"id":65766220,"uuid":"574655632","full_name":"melody-rs/alox-48","owner":"melody-rs","description":"Serde powered Ruby Marshal (de)serializing library","archived":false,"fork":false,"pushed_at":"2025-12-07T04:05:24.000Z","size":522,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-15T02:48:37.604Z","etag":null,"topics":["binary-format","marshal","ruby","rust","serde","serialization"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melody-rs.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-05T19:40:43.000Z","updated_at":"2025-12-07T04:05:28.000Z","dependencies_parsed_at":"2024-12-17T07:22:05.309Z","dependency_job_id":"fc30bffb-250b-4961-96cb-26263c1ca68a","html_url":"https://github.com/melody-rs/alox-48","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.21875,"last_synced_commit":"833dfc7bc5c8c3ce0b5bff6b8f9c9050341e687b"},"previous_names":["melody-rs/alox-48","speak2erase/alox-48"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melody-rs/alox-48","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody-rs%2Falox-48","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody-rs%2Falox-48/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody-rs%2Falox-48/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody-rs%2Falox-48/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melody-rs","download_url":"https://codeload.github.com/melody-rs/alox-48/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melody-rs%2Falox-48/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32774883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["binary-format","marshal","ruby","rust","serde","serialization"],"created_at":"2025-01-25T04:12:05.063Z","updated_at":"2026-05-08T09:33:10.096Z","avatar_url":"https://github.com/melody-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alox-48\n\nalox-48 (short for aluminum oxide 48) is a crate for deserializing and serializing as well Ruby's Marshal data format, using a custom data format like serde.\n\nalox-48 intends to provide almost perfect round-trip deserialization, with some exceptions:\n\n- Object links are not preserved.\n    Object links are a way for Ruby to compact data in Marshal. They rely heavily on Ruby having a GC and thus do not map well to Rust.\n- Bignum is unsupported.\n\n# Why a custom data format\n\nOriginally this crate relied on nightly to extend serde, using `min_speciailization`.\nUnfortunately that had many shortcomings and the deserializer would frequently choke on valid inputs and the serializer would spit out invalid data.\n\nMost issues revolved around symbols- ruby uses `@` prefixed symbols for instance variables, but also accepts variables *without* the prefix, silently discarding them.\n\nI'm working on a separate serde adapter that can interface serde's data format with alox's, but that looks like it'll be nightly only.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelody-rs%2Falox-48","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelody-rs%2Falox-48","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelody-rs%2Falox-48/lists"}