Releases: dtolnay/cxx
Releases · dtolnay/cxx
0.2.11
Support passing std::vector<T> and Rust's Vec<T> between languages (#67 , #148 , thanks @myronahn )
0.2.9
Support passing &[u8] byte slices (#117 , thanks @adetaylor )
Handle building on Windows with symlink support not enabled (#116 )
0.2.8
Support building with -fno-exceptions (#101 )
Add an in-place constructor for rust::Box<T> (#106 )
Support non-Cargo builds that don't set Cargo's environment variables (#113 , thanks @adetaylor )
0.2.7
Provide a cross platform rust::isize type to C++ (#97 )
0.2.6
Provide Deref and DerefMut impls for UniquePtr in Rust (#95 )
0.2.5
Support having a UniquePtr in Rust that contains a pure virtual opaque extern "C" type (#93 , #94 )
0.2.4
Accept non-UnwindSafe extern Rust types in extern Rust signatures (#91 )
0.2.3
Allow function calls on a const function pointer (#90 )
0.2.2
Allow calling Rust function pointers in C++ with explicit indirect call syntax (#89 )
You can’t perform that action at this time.