Crates.io | ethaddr-macros |
lib.rs | ethaddr-macros |
version | 0.1.2 |
source | src |
created_at | 2022-05-30 19:07:59.634568 |
updated_at | 2022-11-20 22:07:36.134748 |
description | Ethereum public address literals |
homepage | https://github.com/nlordell/ethcrates-rs/tree/main/crates/ethaddr-macros |
repository | https://github.com/nlordell/ethcrates-rs |
max_upload_size | |
id | 597114 |
size | 25,205 |
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"] }