Cxx Versions Save

Safe interop between Rust and C++

1.0.121

2 weeks ago
  • Expose cfg evaluation in cxx-gen crate (#1334, thanks @ahayzen-kdab)

1.0.120

1 month ago
  • Ensure platform-specific behavior of c_char remains consistent with libcore's definition in no-std mode by using core::ffi::c_char, rather than a redefinition that is only checked against std::os::raw::c_char in std mode (#1330)

1.0.119

1 month ago
  • Use and recommend new std method from the cc crate for controlling C++ standard library version (#1321, #1322, thanks @dcoles)

1.0.118

1 month ago
  • Fix "out-of-line definition does not match any declaration" error affecting Rust shared types with methods (#1320, thanks @phil-opp)

1.0.117

2 months ago
  • Fix unused_imports warnings when compiled by rustc 1.78

1.0.116

2 months ago
  • Fix ref_as_ptr clippy lint being triggered within generated code

1.0.115

3 months ago
  • Work around some dead_code warnings (#1303)

1.0.114

3 months ago
  • Documentation improvements (thanks @adamchalmers)

1.0.113

3 months ago
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.112

3 months ago
  • Documentation improvements