rust-bindgen icon indicating copy to clipboard operation
rust-bindgen copied to clipboard

Tracking Issue: C++ features `bindgen` cannot handle

Open pvdrz opened this issue 3 years ago • 0 comments

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

pvdrz avatar Nov 11 '22 16:11 pvdrz