Module bool_parameter_cxx
Expand description
Bool parameter test module - Tests bool passing between Rust and C++ Test module for bool parameter passing between Rust and C++
This module tests whether bool values are correctly passed across the Rust-C++ boundary. Tests passing two different bool values and verifying their actual values in C++.