Ethereum Public Address Literals
This crate provides a procedural macro for compile-time verified Ethereum address literals.
This is typically not used directly, but instead included with ethaddr:
[]
= { = "*", = ["macros"] }
This crate provides a procedural macro for compile-time verified Ethereum address literals.
This is typically not used directly, but instead included with ethaddr:
[dependencies]
ethaddr = { version = "*", features = ["macros"] }