Releases: dtolnay/cxx
Releases · dtolnay/cxx
0.2.2
Allow calling Rust function pointers in C++ with explicit indirect call syntax (#89 )
0.2.1
Add interop between Rust Result
and C++ exceptions (#73 , #74 , #53 , #77 )
Add support for passing function pointers from Rust to C++ (#85 )
Add f32 and f64 support (#65 )
Allow including generated header using a .rs.h
extension in Cargo builds (#75 )
0.2.0
Improve ergonomics of the C++ API (#48 , #46 , #56 , thanks @slurps-mad-rips )
Add a way to emit the cxx.h header from the cxxbridge cli command (#27 , #20 , thanks @sayrer )
Use the platform's native C++ standard library (libstdc++, libc++, etc) (#21 , #19 )
Fixes to improve Windows support (#41 )
Expose snake_case aliases for all types for use in codebases that use that style for types (#50 )
Avoid pulling in all of <iostream> in our header (#55 )
0.1.2
Support opaque C++ types that are not structs, for example using Obj = void*;
could now be manipulated as an opaque type from Rust (#15 )
0.1.1
Implement support for the String
, &String
, &str
, UniquePtr<T>
in argument position of extern "Rust" functions (#14 )
0.1.0
Safe FFI between Rust and C++!
You can’t perform that action at this time.