pyo3/src/objects
Nikolay Kim d3832359a2 proper c_char usage #93 2017-11-27 10:59:45 -08:00
..
boolobject.rs Rustup to 1.22.0-nightly 2017-09-30 2017-10-01 20:32:35 +08:00
bytearray.rs make cast_xxx api consistent with PyObject::from_xxx api 2017-08-01 14:29:25 -07:00
dict.rs add IntoPyDictPointer impl for tuple 2017-08-03 15:42:32 -07:00
exc.rs add convenience method to PyErr and exception types 2017-08-04 11:47:35 -07:00
exc_impl.rs Add const_ptr_null_mut feature to a doctest 2017-09-19 20:09:46 +08:00
floatob.rs add std TryFrom impl for type conversion #73 2017-08-02 14:47:54 -07:00
iterator.rs fix unstable tests 2017-08-03 11:37:24 -07:00
list.rs Introduce IntoPyDictPointer similar to IntoPyTuple #69 2017-08-03 15:01:52 -07:00
mod.rs drop PyNativeException 2017-08-03 17:07:13 -07:00
module.rs refactor object allocation system 2017-08-11 20:17:09 -07:00
num2.rs fix clippy warnings 2017-08-03 11:55:39 -07:00
num3.rs add std TryFrom impl for type conversion #73 2017-08-02 14:47:54 -07:00
sequence.rs make cast_xxx api consistent with PyObject::from_xxx api 2017-08-01 14:29:25 -07:00
set.rs refactor downcast process 2017-07-28 23:19:00 -07:00
slice.rs make cast_xxx api consistent with PyObject::from_xxx api 2017-08-01 14:29:25 -07:00
string.rs proper c_char usage #93 2017-11-27 10:59:45 -08:00
string2.rs proper c_char usage #93 2017-11-27 10:59:45 -08:00
stringdata.rs Remove use of now unneeded 'AsciiExt' trait 2017-11-23 12:08:05 +08:00
stringutils.rs Rustup to 1.22.0-nightly 2017-09-30 2017-10-01 20:32:35 +08:00
tuple.rs Introduce IntoPyDictPointer similar to IntoPyTuple #69 2017-08-03 15:01:52 -07:00
typeobject.rs make cast_xxx api consistent with PyObject::from_xxx api 2017-08-01 14:29:25 -07:00