rust-bindgen
rust-bindgen copied to clipboard
Tracking Issue: C++ features `bindgen` cannot handle
This issue tracks any C++ features that cannot be translated into Rust by bindgen:
- Templates:
- [ ] https://github.com/rust-lang/rust-bindgen/issues/24: cannot be handled due to Rust lacking support for generics specialization.
- Virtual tables:
- [x] https://github.com/rust-lang/rust-bindgen/issues/27