{"id":20410901,"url":"https://github.com/mintlu8/identconv","last_synced_at":"2026-04-18T12:35:08.968Z","repository":{"id":195439018,"uuid":"692917914","full_name":"mintlu8/identconv","owner":"mintlu8","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-26T03:33:52.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T10:49:50.505Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mintlu8.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":"2023-09-18T00:53:17.000Z","updated_at":"2023-09-18T01:12:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"60115f97-a9e2-451a-973f-037874f3f604","html_url":"https://github.com/mintlu8/identconv","commit_stats":null,"previous_names":["mintlu8/identconv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mintlu8/identconv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mintlu8%2Fidentconv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mintlu8%2Fidentconv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mintlu8%2Fidentconv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mintlu8%2Fidentconv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mintlu8","download_url":"https://codeload.github.com/mintlu8/identconv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mintlu8%2Fidentconv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":[],"created_at":"2024-11-15T05:49:00.111Z","updated_at":"2026-04-18T12:35:08.951Z","avatar_url":"https://github.com/mintlu8.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# identconv\n\nConvenient macros that turn `Idents` or ident like\nstring literals into `Idents` or `Strings` by case converting.\n\n## Macros\n\n| Macro | To Case | Output |\n| ----- | --- | --- |\n| `lower!()` | flatlowercase | `Ident` |\n| `upper!()` | FLATUPPERCASE | `Ident` |\n| `snake!()` | snake_case | `Ident` |\n| `usnake!()` | UPPER_SNAKE_CASE | `Ident` |\n| `camel!()` | camelCase | `Ident` |\n| `pascal!()` | PascalCase | `Ident` |\n| `lower_strify!()` | flatlowercase | `\u0026'static str` |\n| `upper_strify!()` | FLATUPPERCASE | `\u0026'static str` |\n| `snake_strify!()` | snake_case | `\u0026'static str` |\n| `usnake_strify!()` | UPPER_SNAKE_CASE | `\u0026'static str` |\n| `camel_strify!()` | camelCase | `\u0026'static str` |\n| `pascal_strify!()` | PascalCase | `\u0026'static str` |\n| `kebab_strify!()` | kebab-case | `\u0026'static str` |\n| `ukebab_strify!()` | UPPER-KEBAB-CASE | `\u0026'static str` |\n| `train_strify!()` | Train-Case | `\u0026'static str` |\n| `english_lower!()` | lower case | `\u0026'static str` |\n| `english_upper!()` | UPPER CASE | `\u0026'static str` |\n| `english_title!()` | Title Case | `\u0026'static str` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintlu8%2Fidentconv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmintlu8%2Fidentconv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintlu8%2Fidentconv/lists"}