Hi! Thanks for all your work on this. Could you point me to an example of using these rules to:
- make a rust binary which loads a python script to call a python function?
- make a python extension module in rust to load and call from python?
I'm having some difficulty doing both in the same build since crate_universe wants to make the union of the pyo3 features, and if I am not mistaken, the former needs pyo3 without extension-module and the latter needs it with extension-module ?