autocxx
autocxx copied to clipboard
Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers
I wonder if we can find new functional bugs through fuzzing?
Take the test case from #1229, #1235, and add a method `void foo()` to each class.
Relates to #1192.
## Expected Behavior I should be able to replace a C++ type autocxx doesn't understand with my custom Rust type, and tell autocxx that it's a POD so it can...
Hacks in progress towards #592.
A bit more thought in general about how we can make polymorphic calls nice. The case we want is: * We have a `&Derived` (or a `CppRef`), let's call it...
**Describe the bug** When trying to generate bindings to a type with the name String I get the error ``` Error: × cxx couldn't handle our generated bindings - could...