Module string_parameter_cxx
Expand description
String parameter test module - Tests &str via CXX bridge Test module for string parameter passing using cxx::bridge
Passes a Rust &str to C++ as rust::Str and validates against a C++ std::string.