I'm trying to publish a c++ wrapper for a Rust crate using cxx.
I believe that aws-mpl-cxx is correct.
I can't find any documentation on how a C++ project is supposed to consume this crate.
Is there an example somewhere?
How do I point to the appropriate .h/.a/.so files from my C++ build?