Releases: dtolnay/cxx
Releases · dtolnay/cxx
1.0.143
New trait impls for UniquePtr: Seek, PartialEq, Eq, PartialOrd, Ord, Hash (#1454 , #1455 , #1446 , #1456 )
New trait impls for SharedPtr: PartialEq, Eq, PartialOrd, Ord, Hash (#1457 )
1.0.140
Add rust::String(const char8_t *)
and rust::String(const char8_t *, size_t)
constructors (#1437 , thanks @anforowicz )
Declare operator+(ptrdiff_t, Slice<T>::iterator)
to be noexcept
(#1440 )
1.0.139
Make rust::Slice
satisfy C++20 contiguous_range
concept (#1432 , thanks @anforowicz )
1.0.138
Add method to convert from &CxxString
to &CStr
(#1431 , thanks @nyurik )
1.0.137
Update Bazel rules_cc dependency (#1422 , thanks @wep21 )
1.0.135
Friendlier message when cxx::CxxString
is used in a #[cxx::bridge]
(#1414 , thanks @anforowicz )
Suppress unused_unsafe
warnings within the generated code (#1415 , thanks @anforowicz )
1.0.134
Mark all generated impl blocks with #[automatically_derived] to exclude from required test coverage (#1412 )
You can’t perform that action at this time.