- Handle deleted functions
- Support multiple FFI mods in one file
- Support manual
#[cxx::bridge]
mods without the need for an extra codegen tool - Better handle some
std
types for which we have no explicit support - Ignore types with discarded template params
- Add logging to
autocxx_gen
(usingRUST_LOG=autocxx_engine=info
like everywhere else) - Many improvements to reduction pipeline
- Correctly detect abstract subclasses
- Reject (or, where possible, rename) APIs named using Rust keywords which are valid identifiers in C++ (e.g.
move
)