{"id":15364524,"url":"https://github.com/xadillax/liburlencode","last_synced_at":"2025-10-03T13:36:18.008Z","repository":{"id":66657220,"uuid":"378366964","full_name":"XadillaX/liburlencode","owner":"XadillaX","description":"C++ library for urlencode.","archived":false,"fork":false,"pushed_at":"2022-04-29T03:50:47.000Z","size":3059,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T18:51:50.432Z","etag":null,"topics":["cpp","cpp-library","urlencode"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XadillaX.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}},"created_at":"2021-06-19T08:52:53.000Z","updated_at":"2022-10-31T02:14:32.000Z","dependencies_parsed_at":"2023-02-21T02:45:25.492Z","dependency_job_id":null,"html_url":"https://github.com/XadillaX/liburlencode","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"6ac1ea68463460b4f5f7f03c317b391494de9006"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XadillaX%2Fliburlencode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XadillaX%2Fliburlencode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XadillaX%2Fliburlencode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XadillaX%2Fliburlencode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XadillaX","download_url":"https://codeload.github.com/XadillaX/liburlencode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249043035,"owners_count":21203402,"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","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":["cpp","cpp-library","urlencode"],"created_at":"2024-10-01T13:12:05.292Z","updated_at":"2025-10-03T13:36:12.951Z","avatar_url":"https://github.com/XadillaX.png","language":"Python","readme":"# liburlencode\n\nC library for urlencode.\n\n\u003e Inspired from https://github.com/dnmfarrell/URI-Encode-C.\n\n## Preparation\n\n+ [make](https://www.gnu.org/software/make/)\n+ [Python](https://www.python.org/)\n\n## Build\n\n### Static Library\n\n```shell\n$ make\n$ make BUILDTYPE=Debug\n```\n\nThe static library will be at `out/$(BUILDTYPE)/libencode.a`.\n\n### Example\n\n```shell\n$ make example\n$ make BUILDTYPE=Debug example\n```\n\nThe example executable binary will be at `out/$(BUILDTYPE)/example`.\n\n## Usage\n\n```cpp\nsize_t Encode(const char* src, const size_t len, char* dst, bool space_to_plus);\nsize_t Decode(const char* src, const size_t len, char* dst, bool plus_to_space);\n```\n\n**If you're encoding, make sure that the `dst`'s total length be 3 times as `src`'s.** You may refers to `example/main.cc`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxadillax%2Fliburlencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxadillax%2Fliburlencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxadillax%2Fliburlencode/lists"}