{"id":3597484,"name":"basic_dsp","ecosystem":"cargo","description":"Digital signal processing based on real or complex vectors in time or frequency domain.","homepage":"https://github.com/liebharc/basic_dsp","licenses":"MIT/Apache-2.0","normalized_licenses":["MIT","Apache-2.0"],"repository_url":"https://github.com/liebharc/basic_dsp","keywords_array":["convolution","dsp","interpolation","vector","matrix"],"namespace":null,"versions_count":31,"first_release_published_at":"2016-06-02T01:15:27.473Z","latest_release_published_at":"2024-05-24T13:48:45.967Z","latest_release_number":"0.10.2","last_synced_at":"2026-06-18T02:02:17.039Z","created_at":"2022-04-11T05:52:10.111Z","updated_at":"2026-06-18T02:04:41.411Z","registry_url":"https://crates.io/crates/basic_dsp/","install_command":"cargo install basic_dsp","documentation_url":"https://docs.rs/basic_dsp/","metadata":{"categories":[]},"repo_metadata":{"id":55093906,"uuid":"46397547","full_name":"liebharc/basic_dsp","owner":"liebharc","description":"Basic DSP vector operations for Rust.","archived":false,"fork":false,"pushed_at":"2024-05-24T13:43:44.000Z","size":33632,"stargazers_count":44,"open_issues_count":7,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-17T10:24:37.180Z","etag":null,"topics":[],"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/liebharc.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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":"2015-11-18T05:33:00.000Z","updated_at":"2025-01-12T01:59:28.000Z","dependencies_parsed_at":"2024-11-14T21:32:44.181Z","dependency_job_id":"d2b1e7d5-0bf7-4b51-8557-7dfdb3aa2815","html_url":"https://github.com/liebharc/basic_dsp","commit_stats":{"total_commits":965,"total_committers":7,"mean_commits":"137.85714285714286","dds":0.372020725388601,"last_synced_commit":"3df246ddf752082b2c25f8e0796f8ba11880eab7"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/liebharc/basic_dsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liebharc","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/sbom","scorecard":{"id":588623,"data":{"date":"2025-08-11","repo":{"name":"github.com/liebharc/basic_dsp","commit":"5fe28318aac2d1e7c996268a89d4a2ef44bb59c2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Code-Review","score":0,"reason":"Found 2/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":"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":"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":"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":"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":"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:22: update your workflow using https://app.stepsecurity.io/secureworkflow/liebharc/basic_dsp/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/liebharc/basic_dsp/rust.yml/main?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE-APACHE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE-APACHE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 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-20T21:14:27.999Z","repository_id":55093906,"created_at":"2025-08-20T21:14:27.999Z","updated_at":"2025-08-20T21:14:27.999Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34472835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":"liebharc","name":"Christian Liebhardt","uuid":"544520","kind":"user","description":"","email":"","website":null,"location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/544520?v=4","repositories_count":28,"last_synced_at":"2024-04-20T00:23:37.572Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/liebharc","funding_links":[],"total_stars":49,"followers":8,"following":12,"created_at":"2023-07-12T16:25:44.278Z","updated_at":"2024-04-20T00:23:49.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liebharc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liebharc/repositories"},"tags":[{"name":"v0.10.2","sha":"37f98e682d69a50c85814a2bcc7b1ac1037d904e","kind":"commit","published_at":"2024-05-24T13:43:31.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.10.2","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"712c2b20af1470103550fad69465e312c7b893b2","kind":"commit","published_at":"2024-05-23T20:36:43.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.10.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.10.1/manifests"},{"name":"v0.9.4","sha":"2c239fd73c8e00628573b1d1bd8c3c4d9701562d","kind":"commit","published_at":"2021-06-16T18:27:33.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.9.4","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"7a48c26aaba9fb3c54f697f4ed2950c473a7a551","kind":"commit","published_at":"2021-06-16T10:52:40.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.9.3","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.3/manifests"},{"name":"v0.9.1","sha":"ea7d65353734da2638ea718465a57f5b0b9cbcc4","kind":"commit","published_at":"2021-01-05T13:37:10.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.9.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"0ba14edbe413abcab64723c46fc4ed25c6d64d90","kind":"commit","published_at":"2020-10-10T10:49:53.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.9.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.9.0/manifests"},{"name":"v0.8.2","sha":"17144a11ba88c1dbb1390497fd10f8e8e00b6da7","kind":"commit","published_at":"2020-05-04T19:11:40.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.8.2","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"99c74c4ad038bcfac825f8fddd7d137a55360d86","kind":"commit","published_at":"2019-10-04T15:00:57.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.8.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"22c62aad829bf6282848c6a96fcfc7210ab97973","kind":"commit","published_at":"2019-03-16T11:23:32.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.8.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.8.0/manifests"},{"name":"v0.7.2","sha":"79fc4cda3bf79b3833d738c2ca3e4f960d60d853","kind":"commit","published_at":"2019-02-20T14:36:56.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.7.2","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"fc72a8097242546f9ae3b750f9b1a120bf7552d9","kind":"commit","published_at":"2019-01-28T20:25:32.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.7.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"d7c34d66f25f3a5865b870082b876e9c4323ce2d","kind":"commit","published_at":"2019-01-12T16:55:29.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.7.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"19ad20d4a893872b43f8fdd715aad7d7f4b5a9e0","kind":"commit","published_at":"2018-10-14T20:48:14.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.6.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"13929cf4f3a21ead07044f3ce1162fa6835df204","kind":"commit","published_at":"2018-10-07T20:37:52.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.6","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"19e76f6c0c09cd23a3bbce1e96c78add338889eb","kind":"commit","published_at":"2018-10-02T21:15:08.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.5","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"61c3142b01bfad0f416a91aa2afe5ebae8104d94","kind":"commit","published_at":"2018-10-01T19:56:43.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.4","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"25972284eaec629bda4a93742aa8b485a8964fb8","kind":"commit","published_at":"2018-08-01T20:12:03.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.3","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"b563c9f54f2ed72e40835a412bdc9af703455334","kind":"commit","published_at":"2017-09-08T00:25:56.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.2","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"555f804478faa89b5a7e85ad5f8175eb9b9b53c5","kind":"commit","published_at":"2017-07-25T00:25:15.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"9fe76bb0bbe3913632e2a5e1829e4d416617068d","kind":"commit","published_at":"2017-06-05T00:36:49.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.5.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"625b1d33c9da7217018d70acf6a59c13b83a62e2","kind":"commit","published_at":"2017-04-22T02:10:09.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.4.3","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"ff4199a8ee562836dc159c0e3d88546b7b836115","kind":"commit","published_at":"2016-12-12T00:51:30.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.4.2","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"9aa9a9cfdcf83bbd9224b5de0cfd3fbc4273a5c4","kind":"commit","published_at":"2016-11-20T03:23:02.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.4.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"c14ab7f65b51fd42c6ac931545e674165b9fbd72","kind":"commit","published_at":"2016-10-17T03:19:57.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.4.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"9a5b28056cd94fe4ed042395332a11f1c4f24aef","kind":"commit","published_at":"2016-08-20T06:10:54.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.3.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"2be1a769649e10c5432d04e94d44aeff486857d2","kind":"commit","published_at":"2016-07-16T05:22:26.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.3.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.3.0/manifests"},{"name":"v0.1.1","sha":"da9a9ed7ade62dc3a92cbc068063f0bb855e428d","kind":"tag","published_at":"2016-01-03T03:19:31.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.1.1","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"2b9cd716b30ad3534a64eb638fba570b96e91ed5","kind":"tag","published_at":"2016-01-03T02:46:26.000Z","download_url":"https://codeload.github.com/liebharc/basic_dsp/tar.gz/v0.1.0","html_url":"https://github.com/liebharc/basic_dsp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/liebharc/basic_dsp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebharc%2Fbasic_dsp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-06-18T02:04:41.411Z","dependent_packages_count":0,"downloads":50244,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":12.5830484865702,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":17.197107850773897,"forks_count":20.266121715861917,"average":22.635374760591258},"purl":"pkg:cargo/basic_dsp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/basic_dsp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/basic_dsp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/basic_dsp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-26T20:19:51.207Z","issues_count":48,"pull_requests_count":6,"avg_time_to_close_issue":4994866.268292683,"avg_time_to_close_pull_request":3606162.5,"issues_closed_count":41,"pull_requests_closed_count":6,"pull_request_authors_count":6,"issue_authors_count":9,"avg_comments_per_issue":0.8958333333333334,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":6,"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/liebharc%2Fbasic_dsp/issues","maintainers":[{"login":"liebharc","count":40,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/liebharc"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/basic_dsp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/basic_dsp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/basic_dsp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/basic_dsp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/basic_dsp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/basic_dsp/codemeta","maintainers":[{"uuid":"4244","login":"liebharc","name":"Christian Liebhardt","email":null,"url":"https://github.com/liebharc","packages_count":5,"html_url":"https://crates.io/users/liebharc","role":null,"created_at":"2022-11-07T17:04:57.501Z","updated_at":"2022-11-07T17:04:57.501Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/liebharc/packages"}]}