ethers-rs/ethers-contract/ethers-contract-derive/src
Matthias Seitz bef7960a2b
feat: add display support for events (#513)
* chore: move proc macro implementation to separate modules

* feat: add display derive macro

* chore: reexport hex

* feat: add EthDisplay

* test: add display test

* fix: use ? op

* feat: derive EthDisplay in abigen

* feat: derive display for event enum

* chore: update changelog
2021-10-16 16:42:17 +03:00
..
abi_ty.rs chore: move proc macro implementation to separate modules (#510) 2021-10-16 11:19:42 +03:00
abigen.rs feat: add support for multiple contract definitions in abigen macro (#498) 2021-10-11 17:18:09 +03:00
display.rs feat: add display support for events (#513) 2021-10-16 16:42:17 +03:00
event.rs chore: move proc macro implementation to separate modules (#510) 2021-10-16 11:19:42 +03:00
lib.rs feat: add display support for events (#513) 2021-10-16 16:42:17 +03:00
spanned.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
utils.rs feat: add display support for events (#513) 2021-10-16 16:42:17 +03:00