{"id":23293730,"url":"https://github.com/bestgopher/inflection","last_synced_at":"2025-08-07T20:23:54.524Z","repository":{"id":62440878,"uuid":"425652468","full_name":"bestgopher/inflection","owner":"bestgopher","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-09T03:57:52.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T18:51:18.492Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/inflection","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/bestgopher.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}},"created_at":"2021-11-08T00:38:54.000Z","updated_at":"2021-11-25T10:26:06.000Z","dependencies_parsed_at":"2022-11-01T22:01:52.863Z","dependency_job_id":null,"html_url":"https://github.com/bestgopher/inflection","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bestgopher/inflection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Finflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Finflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Finflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Finflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestgopher","download_url":"https://codeload.github.com/bestgopher/inflection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Finflection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269317971,"owners_count":24397008,"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-07T02:00:09.698Z","response_time":73,"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":["rust"],"created_at":"2024-12-20T06:17:08.365Z","updated_at":"2025-08-07T20:23:54.424Z","avatar_url":"https://github.com/bestgopher.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inflection(Just for learning)\n\nInflection pluralizes and singularizes English nouns implemented by rust.\n\nCopy from [go version](https://github.com/jinzhu/inflection).\n\n```rust\nuse inflection::{singular, plural};\n\n\nassert_eq!(plural::\u003c_, String\u003e(\"person\"), \"people\".to_string());\nassert_eq!(plural::\u003c_, String\u003e(\"Person\"), \"People\".to_string());\nassert_eq!(plural::\u003c_, String\u003e(\"PERSON\"), \"PEOPLE\".to_string());\nassert_eq!(plural::\u003c_, String\u003e(\"bus\"), \"buses\".to_string());\nassert_eq!(plural::\u003c_, String\u003e(\"BUS\"), \"BUSES\".to_string());\nassert_eq!(plural::\u003c_, String\u003e(\"Bus\"), \"Buses\".to_string());\nassert_eq!(plural::\u003c_, String\u003e(\"FancyPerson\"), \"FancyPeople\".to_string()); \n                                                                             \nassert_eq!(singular::\u003c_, String\u003e(\"people\"), \"person\".to_string());           \nassert_eq!(singular::\u003c_, String\u003e(\"PEOPLE\"), \"PERSON\".to_string());           \nassert_eq!(singular::\u003c_, String\u003e(\"buses\"), \"bus\".to_string());               \nassert_eq!(singular::\u003c_, String\u003e(\"People\"), \"Person\".to_string());           \nassert_eq!(singular::\u003c_, String\u003e(\"BUSES\"), \"BUS\".to_string());               \nassert_eq!(singular::\u003c_, String\u003e(\"Buses\"), \"Bus\".to_string());               \nassert_eq!(singular::\u003c_, String\u003e(\"FancyPeople\"), \"FancyPerson\".to_string()); \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Finflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestgopher%2Finflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Finflection/lists"}