{"id":20667073,"url":"https://github.com/lu-zero/capi-testcase","last_synced_at":"2025-10-31T09:47:25.994Z","repository":{"id":139396615,"uuid":"265504521","full_name":"lu-zero/capi-testcase","owner":"lu-zero","description":"Small testcase regarding cbindgen signature generation","archived":false,"fork":false,"pushed_at":"2020-05-20T08:50:06.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T13:17:05.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/lu-zero.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":"2020-05-20T08:45:18.000Z","updated_at":"2020-06-22T15:20:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ce34249-7376-45c7-ab28-f96966f668a4","html_url":"https://github.com/lu-zero/capi-testcase","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/lu-zero%2Fcapi-testcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fcapi-testcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fcapi-testcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fcapi-testcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu-zero","download_url":"https://codeload.github.com/lu-zero/capi-testcase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242856023,"owners_count":20196360,"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-16T19:42:49.737Z","updated_at":"2025-10-19T00:58:07.884Z","avatar_url":"https://github.com/lu-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testcase for cbindgen generating faulty function signatures\n\nIn C arrays do not exist.\n``` c\nvoid f(t a[3]);\nvoid f(t a[]);\nvoid f(t *a);\n```\n\nAre all the same.\n\nCurrent cbindgen has the faulty map:\n\n``` rust\nf(a: [t; 3]) -\u003e ();\n```\n``` rust\nvoid f(t a[3]);\n```\n\nThis repo shows the problem.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fcapi-testcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu-zero%2Fcapi-testcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fcapi-testcase/lists"}