Skip to content

0.2.0

Compare
Choose a tag to compare
@dtolnay dtolnay released this 28 Apr 01:07
· 3363 commits to master since this release
0.2.0
f51dc4d
  • 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)