{"id":23293726,"url":"https://github.com/bestgopher/soundex-rs","last_synced_at":"2025-09-08T22:43:27.120Z","repository":{"id":57667978,"uuid":"433761992","full_name":"bestgopher/soundex-rs","owner":"bestgopher","description":"Get soundex for string","archived":false,"fork":false,"pushed_at":"2025-06-27T08:55:18.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T22:43:26.127Z","etag":null,"topics":["rust","soundex","soundex-algorithm","string"],"latest_commit_sha":null,"homepage":"https://docs.rs/soundex-rs","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,"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":"2021-12-01T09:27:46.000Z","updated_at":"2025-06-27T08:55:22.000Z","dependencies_parsed_at":"2025-06-27T09:37:24.244Z","dependency_job_id":null,"html_url":"https://github.com/bestgopher/soundex-rs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bestgopher/soundex-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fsoundex-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fsoundex-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fsoundex-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fsoundex-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestgopher","download_url":"https://codeload.github.com/bestgopher/soundex-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fsoundex-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231243,"owners_count":25245659,"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-09-08T02:00:09.813Z","response_time":121,"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","soundex","soundex-algorithm","string"],"created_at":"2024-12-20T06:17:06.841Z","updated_at":"2025-09-08T22:43:27.092Z","avatar_url":"https://github.com/bestgopher.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soundex-rs\nA library that calculates soundex value.\n\n# install\n```toml\n[dependencies]\nsoundex-rs = \"^0\"\n```\n\n# usage\n```rust\nuse soundex_rs::Soundex;\n\nlet value = \"hello world\".soundex();\nassert_eq!(value, \"H464\".to_string());\n```\n\n# features\n- default: The result retains the first four characters of the soundex value\n- full: The result retains the complete value of soundex\n\n# reference\n- https://support.esri.com/en/technical-article/000003773\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Fsoundex-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestgopher%2Fsoundex-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Fsoundex-rs/lists"}