ethers-rs/ethers-contract/ethers-contract-derive/src
Matthias Seitz 2a3fcbbb40
feat(abigen): use AbiType when parsing Function abi signature fails at compile time (#647)
* refactor: improved from token impl

* feat: add AbiType support

* feat: no need for expect

* feat: add missing abiarraytype impl

* test: add struct derive test

* chore: rustfmt

* chore: update changelog

* chore: rustfmt
2021-12-04 06:19:00 +02:00
..
abi_ty.rs feat(abigen): use AbiType when parsing Function abi signature fails at compile time (#647) 2021-12-04 06:19:00 +02:00
abigen.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
call.rs feat(abigen): use AbiType when parsing Function abi signature fails at compile time (#647) 2021-12-04 06:19:00 +02:00
display.rs Refactor crate determination in new ethers-macro crate (#555) 2021-11-05 15:00:01 +02:00
event.rs Refactor crate determination in new ethers-macro crate (#555) 2021-11-05 15:00:01 +02:00
lib.rs fix: use CARGO_MANIFEST_DIR as root for relative paths in abigen! (#631) 2021-11-29 15:37:11 +02:00
spanned.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
utils.rs feat(abigen): use AbiType when parsing Function abi signature fails at compile time (#647) 2021-12-04 06:19:00 +02:00