ethaddr-macros 0.1.2

Ethereum public address literals
Documentation

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:

[dependencies]
ethaddr = { version = "*", features = ["macros"] }