PyO3 v0.8.5 Release Notes

Release Date: 2020-01-05 // over 4 years ago
  • ➕ Added

    • Implemented FromPyObject for HashMap and BTreeMap
    • 👌 Support for #[name = "foo"] attribute for #[pyfunction] and in #[pymethods]. #692