cxx-qt
cxx-qt copied to clipboard
Consider supporting arbitary structs and impl blocks in the module
Currently we only support the structs Data and RustObj, consider allowing unknown structs.
Related to #32 and #80
Make sure typos don't end up creating weird compiler issues (i.e. someone typed data
instead of Data
).
With the new API this is now irrelevant as we are a CXX module.