ethers-rs/ethers-contract/ethers-contract-derive/src
Matthias Seitz f5ef8149e5
feat(abigen): support shared type during multiabigen (#959)
* refactor: move type deduplication to abigen crate

* refactor: separate expansion process

* feat: support shared type during multiabigen

* test: add type deduplication test

* chore: rustfmt

* typos

* chore(clippy): make clippy happy

* chore: add anonymous field
2022-02-24 22:09:08 +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 feat(abigen): support shared type during multiabigen (#959) 2022-02-24 22:09:08 +02:00
call.rs chore(deps): bump ethabi master (#787) 2022-01-13 02:58:11 +02:00
codec.rs feat(abigen): add EthAbiCodec proc macro (#704) 2021-12-19 16:40:17 +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 feat(abigen): add EthAbiCodec proc macro (#704) 2021-12-19 16:40:17 +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