2个稳定版本
1.1.0 | 2022年11月20日 |
---|---|
1.0.0 | 2022年9月18日 |
#10 in #u256
22KB
556 代码行数(不包括注释)
ethnum-macros
此crate提供用于编译时256位整数字面量的过程宏。
assert_eq!(ethnum::int!("42") == 42);
用法
通常不直接使用,而是与ethnum
一起包含
[dependencies]
ethnum = { version = "*", features = ["macros"] }
lib.rs
:
256位整数字面量的过程宏。
有关更多信息,请参阅ethnum::int
和ethnum::uint
文档。