ethnum-macros 1.1.0

256-bit integer literals
Documentation

ethnum-macros

This crate provides procedural macros for compile-time 256-bit integer literals.

assert_eq!(ethnum::int!("42") == 42);

Usage

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

[dependencies]
ethnum = { version = "*", features = ["macros"] }