ethaddr-macros

Crates.ioethaddr-macros
lib.rsethaddr-macros
version0.1.2
sourcesrc
created_at2022-05-30 19:07:59.634568
updated_at2022-11-20 22:07:36.134748
descriptionEthereum public address literals
homepagehttps://github.com/nlordell/ethcrates-rs/tree/main/crates/ethaddr-macros
repositoryhttps://github.com/nlordell/ethcrates-rs
max_upload_size
id597114
size25,205
Nicholas Rodrigues Lordello (nlordell)

documentation

https://docs.rs/ethaddr-macros

README

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"] }
Commit count: 30

cargo fmt