3 releases

0.1.2 Nov 20, 2022
0.1.1 Aug 25, 2022
0.1.0 May 30, 2022

#138 in #public

Download history 44/week @ 2024-02-04 2/week @ 2024-02-11 11/week @ 2024-02-18 32/week @ 2024-02-25 13/week @ 2024-03-03 44/week @ 2024-03-10 33/week @ 2024-03-17 26/week @ 2024-03-24 125/week @ 2024-03-31

230 downloads per month

MIT/Apache

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