pyo3/src
2019-08-17 14:10:36 +02:00
..
class adding a small testcase for rhs arithmetics 2019-07-21 23:05:03 -04:00
ffi marshal: Remove unwrapped ffi functions. 2019-04-26 10:10:50 +02:00
ffi3 Remove an unsafe 2019-07-21 14:08:49 +02:00
types Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
buffer.rs Address clippy::identity_conversion issues 2019-08-17 14:10:36 +02:00
callback.rs
conversion.rs Make PyTuple constructors return &PyTuple 2019-05-25 22:40:32 +09:00
derive_utils.rs Drop support for python2 2019-03-29 12:37:26 +00:00
err.rs Use to_string() instead of description() for exception messages 2019-08-01 00:48:56 +02:00
exceptions.rs Fix create_exception macro not using an unsafe impl 2019-03-31 05:40:06 +02:00
freelist.rs Drop support for python2 2019-03-29 12:37:26 +00:00
gil.rs Use [Option<T>; N] in ArrayList 2019-07-15 13:32:18 +09:00
instance.rs Implement IntoPyObject to PyRef 2019-08-11 18:43:50 +09:00
lib.rs Replace mashup with paste 2019-08-04 23:50:10 +09:00
marshal.rs marshal: Add example to documentation of dumps. 2019-04-26 10:10:50 +02:00
object.rs Rename PyObjectRef with PyAny 2019-03-04 13:50:43 +09:00
objectprotocol.rs Fix clippy::len_without_is_empty 2019-05-04 15:36:10 +02:00
prelude.rs Drop support for python2 2019-03-29 12:37:26 +00:00
python.rs Ignore remaining clippy lints 2019-07-14 22:42:37 +02:00
type_object.rs Refactor type_object::initialize_type 2019-06-16 21:54:06 +09:00