pyo3/src
Daniel Grunwald d70479d257 Remove lifetime 's from `FromPyObject`.
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.
2015-05-24 17:12:12 +02:00
..
objects Remove lifetime 's from `FromPyObject`. 2015-05-24 17:12:12 +02:00
conversion.rs Remove lifetime 's from `FromPyObject`. 2015-05-24 17:12:12 +02:00
err.rs Initial support for python 3. 2015-05-23 23:52:38 +02:00
lib.rs Initial support for python 3. 2015-05-23 23:52:38 +02:00
objectprotocol.rs Initial support for python 3. 2015-05-23 23:52:38 +02:00
python.rs MIT license headers 2015-04-19 05:22:03 +02:00
pythonrun.rs MIT license headers 2015-04-19 05:22:03 +02:00