pyo3/pyo3-macros-backend/src
Mo Mirza 4a34cc63a6
Remove use of unwrap (#1888)
* Remove use of unwrap

* Update changelog

* Update CHANGELOG.md

Co-authored-by: Mo Mirza <mo.mirza@iwoca.co.uk>
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2021-09-26 09:01:23 +01:00
..
attributes.rs Removed unused custom keyword in macros 2021-06-07 11:50:15 +02:00
defs.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
deprecations.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
from_pyobject.rs Remove use of unwrap (#1888) 2021-09-26 09:01:23 +01:00
konst.rs pyclass: allow #[pyo3(get, set, name = "foo")] 2021-06-04 11:30:40 +01:00
lib.rs pymodule: accept #[pyo3(name = "...")] option 2021-06-06 08:41:20 +01:00
method.rs pymethods: faster compilation for protos, tidy ups 2021-09-18 09:49:05 +01:00
module.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
params.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
proto_method.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
pyclass.rs pymethods: disable protocols with multiple-pymethods for now 2021-09-18 13:08:24 +01:00
pyfunction.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
pyimpl.rs pymethods: finish support for number protocol 2021-09-18 12:59:25 +01:00
pymethod.rs pymethods: fix support for MSRV 2021-09-18 16:42:02 +01:00
pyproto.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
utils.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00