1
2
3
4
//! FFI for Rust modules, to be used from C++ through cbindgen

mod cpp_ffi;
mod toolbox_ffi;