{"id":19460096,"url":"https://github.com/offchainlabs/sneks","last_synced_at":"2026-02-13T23:32:23.288Z","repository":{"id":197078242,"uuid":"697983481","full_name":"OffchainLabs/sneks","owner":"OffchainLabs","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-10T21:55:07.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-21T18:40:19.162Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OffchainLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"licenses/Apache-2.0","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":"2023-09-28T22:13:43.000Z","updated_at":"2025-02-27T15:33:20.000Z","dependencies_parsed_at":"2024-11-10T17:49:21.757Z","dependency_job_id":null,"html_url":"https://github.com/OffchainLabs/sneks","commit_stats":null,"previous_names":["offchainlabs/sneks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OffchainLabs/sneks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OffchainLabs%2Fsneks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OffchainLabs%2Fsneks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OffchainLabs%2Fsneks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OffchainLabs%2Fsneks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OffchainLabs","download_url":"https://codeload.github.com/OffchainLabs/sneks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OffchainLabs%2Fsneks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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":[],"created_at":"2024-11-10T17:35:35.322Z","updated_at":"2026-02-13T23:32:23.252Z","avatar_url":"https://github.com/OffchainLabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nThis crate provides simple proc macros for naming enum variants.\n\n```rs\n#[derive(SimpleSnakeNames)]\nenum Animal {\n    HoneyBee,\n    GreatWhiteShark(usize),\n    PoisonDartFrog { spotted: bool },\n}\n\n// expands to\nimpl Animal {\n    fn name(\u0026self) -\u003e \u0026'static str {\n        match self {\n            HoneyBee =\u003e \"honey_bee\",\n            GreatWhiteShark(..) =\u003e \"great_white_shark\",\n            PoisonDartFrog { .. } =\u003e \"poison_dart_frog\",\n        }\n    }\n}\n```\n\n## License\n\n\u0026copy; 2022-2023 Offchain Labs, Inc.\n\nThis project is licensed under either of\n\n- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([licenses/Apache-2.0](licenses/Apache-2.0))\n- [MIT license](https://opensource.org/licenses/MIT) ([licenses/MIT](licenses/MIT))\n\nat your option.\n\nThe [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffchainlabs%2Fsneks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffchainlabs%2Fsneks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffchainlabs%2Fsneks/lists"}