{"id":17013915,"url":"https://github.com/moth-tolias/fixedstring","last_synced_at":"2026-02-13T03:40:51.196Z","repository":{"id":89921234,"uuid":"425169855","full_name":"Moth-Tolias/fixedstring","owner":"Moth-Tolias","description":"a safe, nogc-compatible templated array type, originally for strings.","archived":false,"fork":false,"pushed_at":"2022-05-24T21:26:25.000Z","size":49,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T22:32:57.832Z","etag":null,"topics":["d","dlang","nogc"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moth-Tolias.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-06T06:08:13.000Z","updated_at":"2025-07-28T13:01:34.000Z","dependencies_parsed_at":"2023-05-30T12:45:30.633Z","dependency_job_id":null,"html_url":"https://github.com/Moth-Tolias/fixedstring","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Moth-Tolias/fixedstring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moth-Tolias%2Ffixedstring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moth-Tolias%2Ffixedstring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moth-Tolias%2Ffixedstring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moth-Tolias%2Ffixedstring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moth-Tolias","download_url":"https://codeload.github.com/Moth-Tolias/fixedstring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moth-Tolias%2Ffixedstring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274929091,"owners_count":25375708,"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-09-13T02:00:10.085Z","response_time":70,"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"}},"keywords":["d","dlang","nogc"],"created_at":"2024-10-14T06:14:35.972Z","updated_at":"2026-02-13T03:40:46.154Z","avatar_url":"https://github.com/Moth-Tolias.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fixedstring\na templated fixed-length array of `char`s, compatible with `@safe`, `@nogc`, and `nothrow` code.\n\n# example\n```d\nvoid main() @safe @nogc nothrow\n{\n\tFixedString!14 foo = \"clang\";\n\tfoo[0] = 'd';\n\tfoo ~= \" is cool\";\n\tassert(foo == \"dlang is cool\");\n\n\tfoo.length = 9;\n\n\timmutable bar = fixedString!\"neat\";\n\tassert(foo ~ bar == \"dlang is neat\");\n\n\t// wchars and dchars are also supported\n\tassert(FixedString!(5, wchar)(\"áéíóú\") == \"áéíóú\");\n\n\t// in fact, any type is:\n\timmutable int[4] intArray = [1, 2, 3, 4];\n\tassert(FixedString!(5, int)(intArray) == intArray);\n}\n```\n\nread [the documentation](https://fixedstring.dpldocs.info/fixedstring.html) for more info!\n\n# licence\nAGPL-3.0 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoth-tolias%2Ffixedstring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoth-tolias%2Ffixedstring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoth-tolias%2Ffixedstring/lists"}