{"id":33918566,"url":"https://github.com/metastable-void/uuid-enum","last_synced_at":"2026-01-15T03:44:40.928Z","repository":{"id":332417073,"uuid":"1112841785","full_name":"metastable-void/uuid-enum","owner":"metastable-void","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-09T07:08:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T20:46:03.956Z","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/metastable-void.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,"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":"2025-12-09T07:08:42.000Z","updated_at":"2025-12-09T07:08:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/metastable-void/uuid-enum","commit_stats":null,"previous_names":["metastable-void/uuid-enum"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/metastable-void/uuid-enum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fuuid-enum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fuuid-enum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fuuid-enum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fuuid-enum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metastable-void","download_url":"https://codeload.github.com/metastable-void/uuid-enum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metastable-void%2Fuuid-enum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"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":[],"created_at":"2025-12-12T08:25:33.894Z","updated_at":"2026-01-15T03:44:40.923Z","avatar_url":"https://github.com/metastable-void.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## uuid-enum\n\n`uuid-enum` is a tiny facade crate that re-exports the `uuid_enum` derive macro and the `uuid` crate so you can describe discriminants for enums with stable UUIDs in one dependency.\n\n### Installation\n\n```toml\n[dependencies]\nuuid-enum = \"0.1\"\n```\n\n### Usage\n\n```rust\nuse uuid_enum::uuid_enum;\n\n#[uuid_enum]\npub enum AccountGrant {\n    #[uuid(\"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb\")]\n    Owner,\n    #[uuid(\"cccccccc-cccc-cccc-cccc-cccccccccccc\")]\n    Manage,\n}\n```\n\nThe macro injects `impl`s that let you convert between the enum variants and `uuid::Uuid` values, while `uuid-enum` also exposes the `uuid` crate (and its `Uuid` type) under the same namespace for convenience.\n\n### License\n\nLicensed under either the Apache License 2.0 or the Mozilla Public License 2.0 at your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetastable-void%2Fuuid-enum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetastable-void%2Fuuid-enum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetastable-void%2Fuuid-enum/lists"}