Skip to content

v0.11.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@adetaylor adetaylor released this 18 Sep 05:10
· 1549 commits to main since this release
9388e20
  • Minimum Rust version now 1.55
  • Added rust_type! to allow passing references to Rust types within C++ APIs
  • Added support for rust::Box to allow passing opaque Rust types into and out of C++ APIs
  • Added very early support for creating Rust subclasses of C++ superclasses, subject to a bunch of constraints. See examples/subclass/src/main.rs.
  • Upgrade to cxx 1.0.54