pyo3/pyo3-macros-backend/src
Yuji Kanagawa f0763f069e
Merge pull request #1507 from scalexm/getter-name
Allow `#[name]` with `#[getter]` and `#[setter]`
2021-03-20 16:23:07 +09:00
..
attrs.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
defs.rs Merge pull request #1446 from davidhewitt/no-pyproto-inventory 2021-02-26 09:09:23 +00:00
from_pyobject.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
konst.rs macros: rename crates for consistency 2020-12-20 06:39:28 +00:00
lib.rs pymethods: make inventory optional 2021-03-04 19:52:58 +00:00
method.rs Allow #[name] with #[getter] and #[setter] 2021-03-18 19:35:17 +01:00
module.rs Get rid of _LOCATION 2021-03-15 16:47:25 +08:00
proto_method.rs pyproto: small refactoring to backend macro 2021-01-15 00:21:16 +00:00
pyclass.rs Ban pyo3(get, set) on tuple struct field 2021-03-19 10:17:06 +08:00
pyfunction.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
pyimpl.rs pymethods: make inventory optional 2021-03-04 19:52:58 +00:00
pymethod.rs Merge pull request #1495 from davidhewitt/macros-wrapper-expressions 2021-03-16 07:26:15 +00:00
pyproto.rs macros-backend: support noargs for pyproto py_methods 2021-03-08 23:56:08 +00:00
utils.rs macros-backend: improve error handling ergonomics 2021-01-10 10:25:43 +00:00