{"id":22913870,"url":"https://github.com/kevinmgranger/caser","last_synced_at":"2025-08-22T05:04:41.850Z","repository":{"id":57541615,"uuid":"353492417","full_name":"KevinMGranger/caser","owner":"KevinMGranger","description":"Change text between PascalCase, camelCase, and snake_case.","archived":false,"fork":false,"pushed_at":"2021-05-21T17:31:26.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T10:27:01.898Z","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/KevinMGranger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-31T21:16:06.000Z","updated_at":"2021-05-21T17:31:28.000Z","dependencies_parsed_at":"2022-09-17T23:00:17.147Z","dependency_job_id":null,"html_url":"https://github.com/KevinMGranger/caser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KevinMGranger/caser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMGranger%2Fcaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMGranger%2Fcaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMGranger%2Fcaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMGranger%2Fcaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinMGranger","download_url":"https://codeload.github.com/KevinMGranger/caser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMGranger%2Fcaser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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-12-14T05:12:16.291Z","updated_at":"2025-08-22T05:04:41.825Z","avatar_url":"https://github.com/KevinMGranger.png","language":"Rust","readme":"# caser\n\nChange text between PascalCase, camelCase, and snake_case.\n\nCan be used as a library or a command-line program.\n\n## CLI Usage\n\nUsage: `caser CASE term [terms]`\n\nWhere `CASE` is one of pascal, camel, snake, or sentence.\n\nFor reference:\n\nThisIsPascalCase\nthisIsCamelCase\nthis_is_snake_case\nThis is sentence case. It starts with a capital after each sentence-ending punctuation mark.\n\nTerms are converted and printed one per line.\n\nExample: `caser snake ConvertToSnakeCase` would print `convert_to_snake_case`.\n\n## Library Usage\n\nTo use as a library, use one of the `Case` variants to convert a `\u0026str`.\n\n`assert_eq!(caser::Case::SnakeCase.transform(\"PascalToSnake\"), \"pascal_to_snake\")`\n\n## Intent \u0026 See Also\n\nThis program is meant to be a simple get-the-job done utility.\n\nIf you need something more substantial, you might consider [change-case](https://crates.io/crates/change-case) or, heck, [heck](https://crates.io/crates/heck).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinmgranger%2Fcaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinmgranger%2Fcaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinmgranger%2Fcaser/lists"}