pyo3/src
Daniel Grunwald d705620502 Add support for Rust stable.
All functions that depend on PyObject having the same memory layout
as *mut ffi::PyObject should now be hidden behind #[cfg(feature="nightly")].
2016-03-06 01:08:40 +01:00
..
objects Add support for Rust stable. 2016-03-06 01:08:40 +01:00
rustobject Add support for Rust stable. 2016-03-06 01:08:40 +01:00
argparse.rs Some documentation updates 2016-03-05 17:41:04 +01:00
conversion.rs Put Python argument at beginning of argument list. 2015-10-26 23:52:18 +01:00
err.rs Add support for Rust stable. 2016-03-06 01:08:40 +01:00
function.rs Add support for Rust stable. 2016-03-06 01:08:40 +01:00
lib.rs Add support for Rust stable. 2016-03-06 01:08:40 +01:00
objectprotocol.rs Add back PyIterator, PyListIterator etc. 2015-10-29 02:36:50 +01:00
python.rs Put Python argument at beginning of argument list. 2015-10-26 23:52:18 +01:00
pythonrun.rs Remove #![feature(optin_builtin_traits)] usage 2016-03-06 00:22:16 +01:00