ethers-rs/ethers-contract/ethers-contract-derive/src
Matthias Seitz 3c164bc9bf
feat(abigen): add EthAbiCodec proc macro (#704)
* feat(abigen): add EthAbiCodec proc macro

* rustfmt

* fix: tuple codec
2021-12-19 16:40:17 +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
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