3 releases
0.1.2 | Nov 20, 2022 |
---|---|
0.1.1 | Aug 25, 2022 |
0.1.0 | May 30, 2022 |
#144 in #public
22 downloads per month
14KB
301 lines
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"] }
lib.rs
:
Procedural macro for Ethereum address literals.
See ethaddr
documentation for more information.
Dependencies
~1MB