Ashley Anderson
|
a21e57a9d3
|
Fix additional tests after trybuild update
|
2021-10-11 20:52:24 -04:00 |
David Hewitt
|
ee9a1678d5
|
rust: updates for rust & clippy 1.54
|
2021-07-31 08:19:38 +01:00 |
David Hewitt
|
4d46abde73
|
macros: support `#[pyo3(name = "...")]`
|
2021-05-07 22:35:52 +01:00 |
Daniil Konovalenko
|
554cffd60d
|
add #[pyo3(from_py_with="...")] attribute (#1411)
* allow from_py_with inside #[derive(FromPyObject)]
* split up FnSpec::parse
|
2021-02-21 00:15:20 +09:00 |
David Hewitt
|
88872eba4f
|
macros-backend: improve error handling ergonomics
|
2021-01-10 10:25:43 +00:00 |
David Hewitt
|
b1012ebb68
|
build: update for Rust 1.49
|
2020-12-31 18:16:02 +00:00 |
Sebastian Pütz
|
0f32f886b8
|
More FromPyObject derive suggestions by @davidhewitt
|
2020-08-30 19:16:59 +02:00 |
Sebastian Pütz
|
7a9f4a1633
|
FromPyObject derive suggestions by @kngwyu
|
2020-08-30 15:33:50 +02:00 |
Sebastian Pütz
|
a8c5379eff
|
Add compile fail tests for FromPyObject derives + some fixes.
Fix some error messages and accidental passes.
|
2020-08-30 12:54:13 +02:00 |