ニュース

Currently pyo3 bindings require you to explicitly annotate any Rust "constructor" as a Python constructor. This means that if your struct relies on its default() method from the Default trait you c ...
I don't think we should change our naming convention at this point, but I think it would be good to acknowledge that our use of the term "constructor" doesn't align with Python's. Perhaps just a ...