Cxx Versions Save

Safe interop between Rust and C++

1.0.101

9 months ago
  • Fix clippy::incorrect_partial_ord_impl_on_ord_type lint getting triggered inside of cxx::bridge's macro-generated code

1.0.100

10 months ago
  • Prevent items_after_statements pedantic clippy lint from triggering inside generated code (#1242)

1.0.99

10 months ago
  • Remove usage of std::cerr to reduce binary size (#1240, thanks @yujincheng08)

1.0.98

10 months ago
  • Documentation improvements

1.0.97

11 months ago
  • Fix MSVC warning about implicit integer conversion of size_t and rust::Slice<T>::iterator::difference_type (#1228, thanks @wravery)

1.0.96

11 months ago
  • Fix MSVC warning about size_t/std::streamsize signedness mismatch in operator<< overloads (#1225, #1226, thanks @wravery)

1.0.95

11 months ago
  • Expose span() on cxx-gen's Error type (#1214, thanks @LeonMatthesKDAB)

1.0.94

1 year ago
  • Implement fmt::Write and io::Write for CxxString (#1202, thanks @parasyte)

1.0.93

1 year ago
  • Update syn dependency to 2.x

1.0.92

1 year ago
  • Set html_root_url attribute for cxx-build and cxx-gen libraries