Open Issues Need Help
View All on GitHub Use `Result` with stable size, alignment, and ABI guarantees ? about 12 hours ago
enhancement help wanted
bug help wanted
Support non-C calling conventions 5 months ago
enhancement help wanted
[fn] must_use is ignored when reason is specified 12 months ago
bug help wanted
Feature request: Allow `constexpr` in C about 1 year ago
AI Summary: Implement support for the C23 `constexpr` keyword in the cbindgen tool, allowing users to generate C headers with `constexpr` declarations when targeting C23 or later. This involves modifying the code generation logic to handle `constexpr` appropriately and potentially adding a new configuration option to enable/disable this feature for C mode, mirroring the existing `allow_constexpr` option for C++.
Complexity:
4/5
enhancement help wanted