rust-lang / rust-lang/rust-bindgen
Handle non-type template parameters (const dependent type parameters)
Open
Nobody has claimed this yet.
A-C++
A-templates
E-hard
- Dominant language
- Rust
- Stars
- 5.3k
- Forks
- 829
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 15
Description
This requires also to patch libclang to expose them, which they don't.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by investigating how bindgen currently handles C++ template parameters and how libclang exposes them. The work is complete when libclang exposes non-type template parameters and bindgen can generate the corresponding Rust bindings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- compilers, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100