{"id":372297,"url":"https://github.com/unicode-rs/unicode-properties","last_synced_at":"2026-08-26T10:05:28.623Z","repository":{"id":66091553,"uuid":"552276653","full_name":"unicode-rs/unicode-properties","owner":"unicode-rs","description":"Query character Unicode properties according to UAX #44 and UTR #51.","archived":false,"fork":false,"pushed_at":"2025-11-03T17:28:06.000Z","size":87,"stargazers_count":9,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-28T19:05:31.459Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicode-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2022-10-16T08:01:47.000Z","updated_at":"2026-07-16T19:44:15.000Z","dependencies_parsed_at":"2023-10-14T19:57:47.635Z","dependency_job_id":"be3711eb-2c40-46c1-9171-68005c7ce4bd","html_url":"https://github.com/unicode-rs/unicode-properties","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/unicode-rs/unicode-properties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/sbom","scorecard":{"id":909812,"data":{"date":"2025-08-11","repo":{"name":"github.com/unicode-rs/unicode-properties","commit":"d36bbc07c2a240a23828bbf1c0f05057035770dc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":4,"reason":"Found 6/14 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/rust.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE-APACHE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-24T18:42:07.625Z","repository_id":66091553,"created_at":"2025-08-24T18:42:07.625Z","updated_at":"2025-08-24T18:42:07.625Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36170392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"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"}},"owner":{"login":"unicode-rs","name":"unicode-rs","uuid":"11933128","kind":"organization","description":"","email":null,"website":"http://unicode-rs.github.io/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/11933128?v=4","repositories_count":10,"last_synced_at":"2026-08-22T00:11:44.014Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/unicode-rs","funding_links":[],"total_stars":1300,"followers":49,"following":0,"created_at":"2022-11-02T16:27:22.864Z","updated_at":"2026-08-22T00:11:44.024Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs/repositories"},"packages":[{"id":7998121,"name":"unicode-properties","ecosystem":"cargo","description":"Query character Unicode properties according to\nUAX #44 and UTR #51.\n","homepage":"https://github.com/unicode-rs/unicode-properties","licenses":"MIT/Apache-2.0","normalized_licenses":["MIT","Apache-2.0"],"repository_url":"https://github.com/unicode-rs/unicode-properties","keywords_array":["text","unicode"],"namespace":null,"versions_count":5,"first_release_published_at":"2023-07-27T18:42:44.247Z","latest_release_published_at":"2025-10-30T16:34:55.538Z","latest_release_number":"0.1.4","last_synced_at":"2026-08-25T09:34:52.474Z","created_at":"2023-07-27T18:42:50.962Z","updated_at":"2026-08-25T09:34:52.474Z","registry_url":"https://crates.io/crates/unicode-properties/","install_command":"cargo install unicode-properties","documentation_url":"https://docs.rs/unicode-properties/","metadata":{"categories":["no-std::no-alloc"]},"repo_metadata":{"id":66091553,"uuid":"552276653","full_name":"unicode-rs/unicode-properties","owner":"unicode-rs","description":"Query character Unicode properties according to UAX #44 and UTR #51.","archived":false,"fork":false,"pushed_at":"2025-11-03T17:28:06.000Z","size":87,"stargazers_count":9,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-28T19:05:31.459Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicode-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2022-10-16T08:01:47.000Z","updated_at":"2026-07-16T19:44:15.000Z","dependencies_parsed_at":"2023-10-14T19:57:47.635Z","dependency_job_id":"be3711eb-2c40-46c1-9171-68005c7ce4bd","html_url":"https://github.com/unicode-rs/unicode-properties","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/unicode-rs/unicode-properties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/sbom","scorecard":{"id":909812,"data":{"date":"2025-08-11","repo":{"name":"github.com/unicode-rs/unicode-properties","commit":"d36bbc07c2a240a23828bbf1c0f05057035770dc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":4,"reason":"Found 6/14 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/rust.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE-APACHE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-24T18:42:07.625Z","repository_id":66091553,"created_at":"2025-08-24T18:42:07.625Z","updated_at":"2025-08-24T18:42:07.625Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36170392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"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"},"owner_record":{"login":"unicode-rs","name":"unicode-rs","uuid":"11933128","kind":"organization","description":"","email":null,"website":"http://unicode-rs.github.io/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/11933128?v=4","repositories_count":10,"last_synced_at":"2026-08-22T00:11:44.014Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/unicode-rs","funding_links":[],"total_stars":1300,"followers":49,"following":0,"created_at":"2022-11-02T16:27:22.864Z","updated_at":"2026-08-22T00:11:44.024Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs/repositories"},"tags":[{"name":"v0.1.3","sha":"d36bbc07c2a240a23828bbf1c0f05057035770dc","kind":"tag","published_at":"2024-09-30T17:58:25.000Z","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/v0.1.3","html_url":"https://github.com/unicode-rs/unicode-properties/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/unicode-rs/unicode-properties@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"fb1290e5556c3005a4e56554ccec61a73d5e3f84","kind":"tag","published_at":"2024-08-19T22:24:18.000Z","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/v0.1.2","html_url":"https://github.com/unicode-rs/unicode-properties/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/unicode-rs/unicode-properties@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"cfda7da9951ec19643765619202e9b84d4754762","kind":"tag","published_at":"2024-01-18T17:59:55.000Z","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/v0.1.1","html_url":"https://github.com/unicode-rs/unicode-properties/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/unicode-rs/unicode-properties@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"3ce8c71c5392619de5696dd321d44d5b6b8e5540","kind":"tag","published_at":"2023-07-27T18:42:53.000Z","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/v0.1.0","html_url":"https://github.com/unicode-rs/unicode-properties/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/unicode-rs/unicode-properties@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T08:53:16.419Z","dependent_packages_count":5,"downloads":166672019,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":4.804105891985324,"dependent_repos_count":16.7199890828039,"dependent_packages_count":12.218069338832324,"stargazers_count":47.613776790520305,"forks_count":23.179330108717078,"docker_downloads_count":1.479819267974649,"average":17.669181746805595},"purl":"pkg:cargo/unicode-properties","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/unicode-properties","docker_dependents_count":24,"docker_downloads_count":19420151,"usage_url":"https://repos.ecosyste.ms/usage/cargo/unicode-properties","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/unicode-properties/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T08:03:18.180Z","issues_count":2,"pull_requests_count":18,"avg_time_to_close_issue":222230.5,"avg_time_to_close_pull_request":4956545.7272727275,"issues_closed_count":2,"pull_requests_closed_count":11,"pull_request_authors_count":7,"issue_authors_count":2,"avg_comments_per_issue":0.5,"avg_comments_per_pull_request":0.7777777777777778,"merged_pull_requests_count":9,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3806254.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/issues","maintainers":[{"login":"Manishearth","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/unicode-properties/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/unicode-properties/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/unicode-properties/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/unicode-properties/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/unicode-properties/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/unicode-properties/codemeta","maintainers":[{"uuid":"1139","login":"Manishearth","name":"Manish Goregaokar","email":null,"url":"https://github.com/Manishearth","packages_count":167,"html_url":"https://crates.io/users/Manishearth","role":null,"created_at":"2023-07-27T18:42:51.679Z","updated_at":"2023-07-27T18:42:51.679Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/Manishearth/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":330511,"maintainers_count":70564,"namespaces_count":0,"keywords_count":71036,"github":"rust-lang","metadata":{"funded_packages_count":30175,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-08-25T05:04:53.923Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13763820,"name":"rust-unicode-properties","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/unicode-rs/unicode-properties","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/unicode-rs/unicode-properties","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T10:18:00.947Z","latest_release_published_at":"2026-02-13T10:18:00.947Z","latest_release_number":"0.1.0-1","last_synced_at":"2026-08-06T17:10:56.327Z","created_at":"2026-02-13T10:18:00.734Z","updated_at":"2026-08-06T17:10:56.327Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-unicode-properties","install_command":"apt-get install rust-unicode-properties","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-unicode-properties-dev","standards_version":"4.6.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native \u003c!nocheck\u003e, rustc:native \u003c!nocheck\u003e, libstd-rust-dev \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":66091553,"uuid":"552276653","full_name":"unicode-rs/unicode-properties","owner":"unicode-rs","description":"Query character Unicode properties according to UAX #44 and UTR #51.","archived":false,"fork":false,"pushed_at":"2025-11-03T17:28:06.000Z","size":87,"stargazers_count":6,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T03:17:32.606Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicode-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2022-10-16T08:01:47.000Z","updated_at":"2025-11-03T17:28:12.000Z","dependencies_parsed_at":"2023-10-14T19:57:47.635Z","dependency_job_id":"be3711eb-2c40-46c1-9171-68005c7ce4bd","html_url":"https://github.com/unicode-rs/unicode-properties","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/unicode-rs/unicode-properties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicode-rs","download_url":"https://codeload.github.com/unicode-rs/unicode-properties/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/sbom","scorecard":{"id":909812,"data":{"date":"2025-08-11","repo":{"name":"github.com/unicode-rs/unicode-properties","commit":"d36bbc07c2a240a23828bbf1c0f05057035770dc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":4,"reason":"Found 6/14 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/unicode-rs/unicode-properties/rust.yml/master?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/rust.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE-APACHE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-24T18:42:07.625Z","repository_id":66091553,"created_at":"2025-08-24T18:42:07.625Z","updated_at":"2025-08-24T18:42:07.625Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29401514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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"}},"repo_metadata_updated_at":"2026-02-13T10:18:07.798Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.2738507167572912,"forks_count":2.034498009730208,"docker_downloads_count":null,"average":1.0770871816218748},"purl":"pkg:deb/ubuntu/rust-unicode-properties?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-unicode-properties","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-unicode-properties","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-unicode-properties/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-12T15:09:07.580Z","issues_count":2,"pull_requests_count":18,"avg_time_to_close_issue":222230.5,"avg_time_to_close_pull_request":4956545.7272727275,"issues_closed_count":2,"pull_requests_closed_count":11,"pull_request_authors_count":7,"issue_authors_count":2,"avg_comments_per_issue":0.5,"avg_comments_per_pull_request":0.7777777777777778,"merged_pull_requests_count":9,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3806254.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/issues","maintainers":[{"login":"Manishearth","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-unicode-properties/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-unicode-properties/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-unicode-properties/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-unicode-properties/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-unicode-properties/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-unicode-properties/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1322},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-25T05:04:58.025Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13723086,"name":"rust-unicode-properties","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/unicode-rs/unicode-properties","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/unicode-rs/unicode-properties","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T01:11:26.452Z","latest_release_published_at":"2026-02-13T01:11:26.452Z","latest_release_number":"0.1.0-1","last_synced_at":"2026-03-13T02:10:46.981Z","created_at":"2026-02-13T01:11:26.234Z","updated_at":"2026-03-13T02:33:45.687Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-unicode-properties","install_command":"apt-get install rust-unicode-properties","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-unicode-properties-dev","standards_version":"4.6.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native \u003c!nocheck\u003e, rustc:native \u003c!nocheck\u003e, libstd-rust-dev \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T01:11:26.990Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-unicode-properties?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-unicode-properties","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-unicode-properties","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-unicode-properties/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-unicode-properties/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-unicode-properties/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-unicode-properties/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-unicode-properties/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-unicode-properties/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-unicode-properties/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1245},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-25T05:06:49.291Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13672808,"name":"rust-unicode-properties","ecosystem":"debian","description":null,"homepage":"https://github.com/unicode-rs/unicode-properties","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/unicode-rs/unicode-properties","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T14:28:22.672Z","latest_release_published_at":"2026-02-12T14:28:22.672Z","latest_release_number":"0.1.0-1","last_synced_at":"2026-08-03T20:03:31.525Z","created_at":"2026-02-12T14:28:22.449Z","updated_at":"2026-08-03T20:03:31.525Z","registry_url":"https://tracker.debian.org/pkg/rust-unicode-properties","install_command":"apt-get install rust-unicode-properties","documentation_url":"https://packages.debian.org/trixie/rust-unicode-properties","metadata":{"component":"main","architecture":"any","priority":"optional","binary":"librust-unicode-properties-dev","standards_version":"4.6.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native \u003c!nocheck\u003e, rustc:native \u003c!nocheck\u003e, libstd-rust-dev \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T14:28:22.721Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/rust-unicode-properties?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-unicode-properties","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-unicode-properties","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-unicode-properties/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-unicode-properties/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-unicode-properties/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-unicode-properties/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-unicode-properties/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-unicode-properties/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-unicode-properties/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1687},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-25T05:04:56.023Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}}],"commits":{"id":11132380,"full_name":"unicode-rs/unicode-properties","default_branch":"master","total_commits":21,"total_committers":6,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":3.5,"dds":0.7142857142857143,"past_year_total_commits":3,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":1.5,"past_year_dds":0.33333333333333337,"last_synced_at":"2026-08-20T07:04:26.982Z","last_synced_commit":"558c2bf2a7218210218b861f416ec0bda9a7747b","created_at":"2025-09-12T09:52:55.950Z","updated_at":"2026-08-20T07:04:26.513Z","committers":[{"name":"Marco Cavenati","email":"Marco.Cavenati@eurecom.fr","login":"Marcondiro","count":6},{"name":"Charles Lew","email":"crlf0710@gmail.com","login":"crlf0710","count":6},{"name":"Manish Goregaokar","email":"manishsmail@gmail.com","login":"Manishearth","count":4},{"name":"Cristian Le","email":"github@lecris.me","login":"LecrisUT","count":3},{"name":"Jelmer Vernooĳ","email":"jelmer@jelmer.uk","login":"jelmer","count":1},{"name":"Huang-Huang Bao","email":"eh5@sokka.cn","login":"EHfive","count":1}],"past_year_committers":[{"name":"Marco Cavenati","email":"Marco.Cavenati@eurecom.fr","login":"Marcondiro","count":2},{"name":"Cristian Le","email":"github@lecris.me","login":"LecrisUT","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:10.794Z","repositories_count":6778025,"commits_count":983176112,"contributors_count":41439624,"owners_count":1364573,"committers_count":3363305,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"unicode-rs/unicode-properties","html_url":"https://github.com/unicode-rs/unicode-properties","last_synced_at":"2026-08-25T09:34:34.022Z","status":null,"issues_count":2,"pull_requests_count":18,"avg_time_to_close_issue":222230.5,"avg_time_to_close_pull_request":4956545.7272727275,"issues_closed_count":2,"pull_requests_closed_count":11,"pull_request_authors_count":7,"issue_authors_count":2,"avg_comments_per_issue":0.5,"avg_comments_per_pull_request":0.7777777777777778,"merged_pull_requests_count":9,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3806254.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"created_at":"2024-05-01T21:27:39.852Z","updated_at":"2026-08-25T09:34:34.022Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicode-rs%2Funicode-properties/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"MEMBER":1,"CONTRIBUTOR":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":9,"NONE":6,"MEMBER":3}},"issue_authors":{"table":{"Marcondiro":1,"Manishearth":1}},"pull_request_authors":{"table":{"Marcondiro":7,"Manishearth":3,"atouchet":2,"LecrisUT":2,"slatian":2,"jelmer":1,"EHfive":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:06.716Z","repositories_count":16391071,"issues_count":42683861,"pull_requests_count":136511424,"authors_count":11537593,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":2}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{"Marcondiro":2}},"maintainers":[{"table":{"login":"Manishearth","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":1,"PullRequestEvent":2,"PullRequestReviewEvent":1,"PushEvent":1,"WatchEvent":3},"last_year":{"PullRequestEvent":1,"PullRequestReviewEvent":1,"PushEvent":1}},"keywords":[],"dependencies":[{"ecosystem":"cargo","filepath":"Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-09-26T01:15:19.765Z","updated_at":"2023-09-26T01:15:19.765Z","repository_link":"https://github.com/unicode-rs/unicode-properties/blob/master/Cargo.toml","dependencies":[]}],"score":23.231407555184187,"created_at":"2026-05-14T05:11:20.580Z","updated_at":"2026-08-26T10:05:28.631Z","avatar_url":"https://github.com/unicode-rs.png","language":"Rust","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/372297","html_url":"https://summary.ecosyste.ms/projects/372297"}