Crates.io | ethdigest-macros |
lib.rs | ethdigest-macros |
version | 0.2.1 |
source | src |
created_at | 2022-09-10 20:05:47.795628 |
updated_at | 2022-11-20 22:07:49.170785 |
description | Ethereum digest literals and compile-time hashing |
homepage | https://github.com/nlordell/ethcrates-rs/tree/main/crates/ethdigest-macros |
repository | https://github.com/nlordell/ethcrates-rs |
max_upload_size | |
id | 662687 |
size | 23,749 |
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"] }