This repo is a my first attempt at wrapping C++ in C for use with Rust via bindgen.
See discussion on the Rust forums here.
Big thanks to:
- @MoAlyousef on the Rust forum
- John https://nachtimwald.com/2017/08/18/wrapping-c-objects-in-c/.
- Teddy Engineering https://www.teddy.ch/c++_library_in_c/