pyo3/pyo3-derive-backend/src
kngwyu d76fe7835a Introduce #[pyclass(unsendable)] 2020-06-30 12:30:17 +09:00
..
defs.rs Refactor `#[pyproto]` Result types 2020-06-23 11:08:36 +01:00
func.rs Allow skipping the return type completely for `#[pyproto]` methods returning `()`. 2020-06-23 11:51:02 +01:00
konst.rs Allow `#[classattr]` on associated constants 2020-05-08 22:30:49 +02:00
lib.rs Allow `#[classattr]` on associated constants 2020-05-08 22:30:49 +02:00
method.rs Fix clippy warning 2020-06-28 14:11:11 +09:00
module.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00
pyclass.rs Introduce #[pyclass(unsendable)] 2020-06-30 12:30:17 +09:00
pyfunction.rs Support Rust 1.39.0 2020-06-18 19:59:40 +09:00
pyimpl.rs Improve error messages in pyimpl.rs 2020-06-08 20:14:56 +01:00
pymethod.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00
pyproto.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00
utils.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00