Rust side of the wrapper: #[cxx::bridge] mod ffi { extern "C" { include!("../cpp/qalc.hpp"); fn calculate(expression: &cxx:CxxString) ...
確定! 回上一頁