Correct & concise way to use PyO3 Bindings (similar to pybind11)
Say I have the following C++ Date
class. Using pybind11
I can easily wrap it to be used in Python:
Say I have the following C++ Date
class. Using pybind11
I can easily wrap it to be used in Python: