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