{"id":33936928,"url":"https://github.com/bohdaq/url-search-params","last_synced_at":"2026-04-02T01:43:17.240Z","repository":{"id":58577564,"uuid":"532346811","full_name":"bohdaq/url-search-params","owner":"bohdaq","description":"`url-search-params` provides ability to create search params (query string) from HashMap and vice versa.","archived":false,"fork":false,"pushed_at":"2023-05-11T12:13:28.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-09T23:27:28.148Z","etag":null,"topics":["parser","query","rust","url"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bohdaq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-03T18:48:16.000Z","updated_at":"2024-06-19T12:37:20.000Z","dependencies_parsed_at":"2025-04-13T15:53:52.712Z","dependency_job_id":"80526486-d175-4dd1-aa71-29f4c89f77e1","html_url":"https://github.com/bohdaq/url-search-params","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/bohdaq/url-search-params","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Furl-search-params","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Furl-search-params/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Furl-search-params/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Furl-search-params/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bohdaq","download_url":"https://codeload.github.com/bohdaq/url-search-params/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohdaq%2Furl-search-params/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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"}},"keywords":["parser","query","rust","url"],"created_at":"2025-12-12T14:37:32.539Z","updated_at":"2026-04-02T01:43:17.226Z","avatar_url":"https://github.com/bohdaq.png","language":"Rust","funding_links":["https://www.paypal.com/donate/?hosted_button_id=7J69SYZWSP6HJ"],"categories":[],"sub_categories":[],"readme":"# Welcome to url-search-params!\n`url-search-params` provides the ability to create search params from HashMap and vice versa.\n\nIn [URL](https://en.wikipedia.org/wiki/URL) (web address) search params correspond to [query string](https://en.wikipedia.org/wiki/Query_string).\n\nKeep in mind it works with the query string part of the URL, it is not intended to work on the whole URL by design.\nAs per specification, the question mark `?` URL delimiter is not part of a query string.\n\n\n\nAlso hash mark `#` url delimiter and fragment part of URL is not the parts of a query string.\nIn practice, it means, the fragment and preceding hash mark won't be sent in a request to a server.\n\n\n## Features\n1. Convert given string into a HashMap containing query string parameters as key-value pairs\n2. Convert given HashMap into a query string\n\n\n\n## Configuration\nNo additional configuration required.\n\n\n## Demo\n\n[Tests](https://github.com/bohdaq/url-search-params/blob/main/src/lib.rs)\nare available in the repository.\n\n## Documentation\nPublic functions definitions and usage can be found at [git repository](https://github.com/bohdaq/url-search-params/blob/main/src/lib.rs).\n\n\n## Build\nIf you want to build `url-search-params` on your own, make sure you have [Rust installed](https://www.rust-lang.org/tools/install).\n\n\u003e $ cargo build\n\n\n## Test\nIf you want to test `url-search-params`.\n\n\u003e $ cargo test\n\n\n## Community\nContact me on [Discord](https://discordapp.com/users/952173191659393025/) where you can ask questions and share ideas. Follow the [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct).\n\n## Donations\nIf you appreciate my work and want to support it, feel free to do it via [PayPal](https://www.paypal.com/donate/?hosted_button_id=7J69SYZWSP6HJ).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdaq%2Furl-search-params","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbohdaq%2Furl-search-params","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohdaq%2Furl-search-params/lists"}