{"id":4292744,"name":"tagged-pointer","ecosystem":"cargo","description":"Platform-independent space-efficient tagged pointers","homepage":null,"licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/taylordotfish/tagged-pointer","keywords_array":["tag","pointer"],"namespace":null,"versions_count":16,"first_release_published_at":"2021-03-17T07:31:18.222Z","latest_release_published_at":"2026-04-14T09:54:28.515Z","latest_release_number":"0.2.11","last_synced_at":"2026-07-17T22:12:31.743Z","created_at":"2022-04-13T06:24:28.644Z","updated_at":"2026-07-17T22:12:31.743Z","registry_url":"https://crates.io/crates/tagged-pointer/","install_command":"cargo install tagged-pointer","documentation_url":"https://docs.rs/tagged-pointer/","metadata":{"categories":["data-structures","no-std"]},"repo_metadata":{"id":57669219,"uuid":"348617759","full_name":"taylordotfish/tagged-pointer","owner":"taylordotfish","description":"Platform-independent space-efficient tagged pointers in Rust","archived":false,"fork":false,"pushed_at":"2025-10-18T07:12:46.000Z","size":119,"stargazers_count":21,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-19T02:31:21.463Z","etag":null,"topics":["memory-efficient","platform-independent","pointer","rust","tag","tagged-pointers"],"latest_commit_sha":null,"homepage":"","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/taylordotfish.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-03-17T07:29:42.000Z","updated_at":"2025-10-18T07:12:49.000Z","dependencies_parsed_at":"2025-10-18T12:14:43.628Z","dependency_job_id":"2ed45fc0-9826-4551-a7d8-22e5217f4f72","html_url":"https://github.com/taylordotfish/tagged-pointer","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"04e9ca8aa794b7c162967d94d5f8589705253ac6"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/taylordotfish/tagged-pointer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylordotfish","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/sbom","scorecard":{"id":869901,"data":{"date":"2025-08-11","repo":{"name":"github.com/taylordotfish/tagged-pointer","commit":"7e9fd56bc814e984b7f5a961a8a30b01bef100a5"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.2,"checks":[{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","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":"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":-1,"reason":"no dependencies found","details":null,"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":"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":"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":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 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-24T03:50:11.360Z","repository_id":57669219,"created_at":"2025-08-24T03:50:11.360Z","updated_at":"2025-08-24T03:50:11.360Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279684313,"owners_count":26210414,"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-10-19T02:00:07.647Z","response_time":64,"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":"taylordotfish","name":"taylor.fish","uuid":"59985047","kind":"user","description":"🐠️ (avatar credit: https://taylor.fish/avatar)","email":"","website":"https://taylor.fish","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/59985047?u=35424f645ea673c92863af0f26912bbc6287c499\u0026v=4","repositories_count":20,"last_synced_at":"2023-02-28T10:35:34.414Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/taylordotfish","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-11T14:04:36.926Z","updated_at":"2023-02-28T10:35:34.418Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylordotfish","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylordotfish/repositories"},"tags":[{"name":"0.2.10","sha":"42d69ed26f493dcf1531777e642382ec6e78c8e9","kind":"commit","published_at":"2025-10-18T03:38:55.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.10","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.10/manifests"},{"name":"0.2.9","sha":"4717797f36b3d266d47ae49387b074c3e1c980f4","kind":"commit","published_at":"2024-12-14T19:16:08.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.9","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.9/manifests"},{"name":"0.2.8","sha":"3710c08c096741bd447b8f0cc98a9e66df1bccd2","kind":"commit","published_at":"2024-10-28T05:04:29.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.8","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.8/manifests"},{"name":"0.2.7","sha":"109540896a675c9343fb263cdee723f5df0daae6","kind":"commit","published_at":"2023-04-28T16:53:03.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.7","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.7/manifests"},{"name":"0.2.6","sha":"04e9ca8aa794b7c162967d94d5f8589705253ac6","kind":"commit","published_at":"2022-12-20T07:30:43.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.6","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.6/manifests"},{"name":"0.2.5","sha":"3189aa0dcf88d1e693ffb9faa17c2c1e611060a2","kind":"commit","published_at":"2022-12-16T14:39:40.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.5","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.5/manifests"},{"name":"0.2.4","sha":"955daa36af166b714119716e7d45f552e3f45638","kind":"commit","published_at":"2022-12-16T11:59:19.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.4","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"25e747df932b499031e38c27ff2c8db9daaf5168","kind":"commit","published_at":"2022-08-10T03:17:34.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.3","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"ce0213122ec1497e260bff9a884cf80d60cee942","kind":"commit","published_at":"2022-04-28T10:37:50.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.2","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.2/manifests"},{"name":"0.2.1","sha":"3969d95436a4995ab71f3010e59db9d0e4f51c4d","kind":"commit","published_at":"2022-04-27T01:15:42.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.1","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"a861366ea20a5f81005a4084bd57a64fe2ec0899","kind":"commit","published_at":"2021-08-21T22:10:19.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.2.0","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.2.0/manifests"},{"name":"0.1.3","sha":"c55c52695ba82ed20f69c4a4490570313f31e782","kind":"commit","published_at":"2021-03-19T07:21:07.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.1.3","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"22f65baf5a29b7a82edbd906ce7b2e738fc967f5","kind":"commit","published_at":"2021-03-19T07:03:56.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.1.2","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"2b4329d94dd66c488ad6ade4360583308d6c4087","kind":"commit","published_at":"2021-03-18T12:19:54.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.1.1","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"6c7eba797127639a3ce07c3b6a5d8ec92d9839be","kind":"commit","published_at":"2021-03-17T06:41:35.000Z","download_url":"https://codeload.github.com/taylordotfish/tagged-pointer/tar.gz/0.1.0","html_url":"https://github.com/taylordotfish/tagged-pointer/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/taylordotfish/tagged-pointer@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-05-08T13:52:48.703Z","dependent_packages_count":1,"downloads":27156,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":28.575072202843106,"dependent_repos_count":16.599114313593034,"dependent_packages_count":18.154933911777288,"stargazers_count":25.782217452323952,"forks_count":26.272261289184744,"docker_downloads_count":null,"average":23.076719833944423},"purl":"pkg:cargo/tagged-pointer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/tagged-pointer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/tagged-pointer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/tagged-pointer/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-12T13:36:39.194Z","issues_count":1,"pull_requests_count":3,"avg_time_to_close_issue":27283085.0,"avg_time_to_close_pull_request":15823785.333333334,"issues_closed_count":1,"pull_requests_closed_count":3,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":5.0,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylordotfish%2Ftagged-pointer/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/tagged-pointer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/tagged-pointer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/tagged-pointer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/tagged-pointer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/tagged-pointer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/tagged-pointer/codemeta","maintainers":[{"uuid":"111008","login":"taylordotfish","name":"taylor.fish","email":null,"url":"https://github.com/taylordotfish","packages_count":20,"html_url":"https://crates.io/users/taylordotfish","role":null,"created_at":"2022-11-08T01:58:25.561Z","updated_at":"2022-11-08T01:58:25.561Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/taylordotfish/packages"}]}