{"id":20270948,"url":"https://github.com/mackron/c89str","last_synced_at":"2025-04-11T04:20:51.407Z","repository":{"id":145738518,"uuid":"579775356","full_name":"mackron/c89str","owner":"mackron","description":"C89-compatible, single file, public domain string library.","archived":false,"fork":false,"pushed_at":"2025-03-13T22:29:59.000Z","size":830,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T02:36:41.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mackron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-18T21:48:48.000Z","updated_at":"2025-03-13T22:30:02.000Z","dependencies_parsed_at":"2024-11-19T21:46:19.096Z","dependency_job_id":null,"html_url":"https://github.com/mackron/c89str","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackron%2Fc89str","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackron%2Fc89str/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackron%2Fc89str/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackron%2Fc89str/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mackron","download_url":"https://codeload.github.com/mackron/c89str/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248340140,"owners_count":21087393,"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":[],"created_at":"2024-11-14T12:35:10.565Z","updated_at":"2025-04-11T04:20:51.379Z","avatar_url":"https://github.com/mackron.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch4 align=\"center\"\u003eC89 compatible string library.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/9vpqbjU\"\u003e\u003cimg src=\"https://img.shields.io/discord/712952679415939085?label=discord\u0026logo=discord\u0026style=flat-square\" alt=\"discord\"\u003e\u003c/a\u003e\n    \u003ca rel=\"me\" href=\"https://fosstodon.org/@mackron\"\u003e\u003cimg src=\"https://img.shields.io/mastodon/follow/109293691403797709?color=blue\u0026domain=https%3A%2F%2Ffosstodon.org\u0026label=mastodon\u0026logo=mastodon\u0026style=flat-square\" alt=\"mastodon\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://twitter.com/mackron\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/mackron?label=twitter\u0026color=1da1f2\u0026logo=twitter\u0026style=flat-square\" alt=\"twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis is a single file library for making working with strings in C a bit easier.\n\nMain features:\n  - A suite of UTF-8, UTF-16 and UTF-32 conversion routines.\n  - An API for dynamic strings (`c89str`).\n  - Alternatives to some standard library functions.\n  - A suite of miscellaneous APIs that might be useful.\n  - An implementation of sprintf().\n\nThe APIs in this library are focused on flexibility and will favor verbosity over simplicity. All functions return\na result code. When a function could possibly need to do a memory allocation, a parameter will exist for a pointer\nto allocation callbacks. If you're after a terser API you should consider looking elsewhere or build your own\nwrapper.\n\nI do not maintain version numbers for this library, nor do I guarantee API-compatibility. You need to look\nelsewhere if this is an issue for you.\n\nTo define the implementation, do this in one source file:\n\n    #define C89STR_IMPLEMENTATION\n    #include \"c89str.h\"\n\nSee the top of c89str.h for more details about the library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackron%2Fc89str","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackron%2Fc89str","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackron%2Fc89str/lists"}