ethdigest-macros

Crates.ioethdigest-macros
lib.rsethdigest-macros
version0.2.1
sourcesrc
created_at2022-09-10 20:05:47.795628
updated_at2022-11-20 22:07:49.170785
descriptionEthereum digest literals and compile-time hashing
homepagehttps://github.com/nlordell/ethcrates-rs/tree/main/crates/ethdigest-macros
repositoryhttps://github.com/nlordell/ethcrates-rs
max_upload_size
id662687
size23,749
Nicholas Rodrigues Lordello (nlordell)

documentation

https://docs.rs/ethdigest-macros

README

Ethereum Digest Literals and Compile-time Hashing

This crate provides a procedural macro for compile-time Ethereum 32-byte digests and hashing.

This is typically not used directly, but instead included with ethdigest:

[dependencies]
ethdigest = { version = "*", features = ["macros"] }
Commit count: 30

cargo fmt