ethnum-macros

Crates.ioethnum-macros
lib.rsethnum-macros
version1.1.0
sourcesrc
created_at2022-09-18 21:24:30.378638
updated_at2022-11-20 11:29:29.500403
description256-bit integer literals
homepagehttps://github.com/nlordell/ethnum-rs
repositoryhttps://github.com/nlordell/ethnum-rs
max_upload_size
id668803
size21,349
Nicholas Rodrigues Lordello (nlordell)

documentation

https://docs.rs/ethnum-macros

README

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

cargo fmt