third_party_rust_cxx/tests
Nikhil Benesch 3724105cea
Add String::lossy constructors to C++ API
This constructor maps to `String::from_utf8_lossy` or
`String::from_utf16_lossy`. It's useful in situations where producing a
slightly garbled string on invalid Unicode data is preferable to
crashing the process, e.g. when passing error messages from C++ to Rust.
2021-12-27 13:26:09 -05:00
..
ffi Add String::lossy constructors to C++ API 2021-12-27 13:26:09 -05:00
ui Add link to cxx-async repo in async error message 2021-12-12 20:25:28 -08:00
BUCK Update starlark targets with lib.rs.h dependency on module.rs.h 2020-12-04 17:42:34 -08:00
BUILD Migrate cxx for bazelbuild/rules_rust#591 2021-10-26 08:16:00 +02:00
compiletest.rs Bypass compiletest on Windows push and pull_request builds 2020-09-24 23:36:00 -04:00
cxx_gen.rs Remove rust::Str repr conversion on the C++ side 2021-01-02 00:34:19 -08:00
cxx_string.rs Add regression test of let_cxx_string in async fn 2021-01-27 11:25:48 -08:00
test.rs Add String::lossy constructors to C++ API 2021-12-27 13:26:09 -05:00
unique_ptr.rs Suppress all currently triggered clippy pedantic lints 2020-12-29 15:28:02 -08:00