d70479d257
This allows implementing `FromPyObject` for `Vec<T>`. It also means that `obj.extract::<Cow<str>>()` won't be supported, but we have `PyString::extract()` for that now. |
||
---|---|---|
.. | ||
objects | ||
conversion.rs | ||
err.rs | ||
lib.rs | ||
objectprotocol.rs | ||
python.rs | ||
pythonrun.rs |