PyO3 v0.2.4 Release Notes
Release Date: 2018-01-19 // over 7 years ago-
โ Added
- ๐ Allow to get mutable ref from PyObject #106
- โฌ๏ธ Drop
RefFromPyObject
trait - โ Add Python::register_any() method
๐ Fixed
- ๐ Fix impl
FromPyObject
forPy<T>
- Mark method that work with raw pointers as unsafe #95