Cxx Versions Save

Safe interop between Rust and C++

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

1.0.91

1 year ago
  • Exclude buck2 prelude submodule from getting inlined into the published crate

1.0.90

1 year ago
  • Prevent new clippy lint extra_unused_type_parameters from triggering inside generated code

1.0.89

1 year ago
  • Prevent various pedantic lints from being triggered inside generated code (#1162)

1.0.88

1 year ago
  • Fix memory leak in move assignment operator of rust::Error class (#1167, thanks @umogSlayer)

1.0.87

1 year ago
  • Improve Debug representation of CxxString

1.0.86

1 year ago
  • Support #[cxx_name = "…"] containing name that is a Rust keyword (#1150)

1.0.85

1 year ago
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.84

1 year ago
  • Documentation improvements