8 stable releases
1.2.4 | Oct 11, 2023 |
---|---|
1.2.3 | Jan 27, 2023 |
1.2.2 | May 26, 2022 |
1.2.1 | Apr 25, 2022 |
1.1.1 | Jul 4, 2021 |
#409 in Procedural macros
23 downloads per month
3KB
This crate simplifies the initialization of const variable by using addr!()
macro. It expects a string literal. See following example:
use address_literal::addr;
const BOT: H160 = addr!("0x0000000279be4c78d026d348651e26f3fcc8cf90");
Dependencies
~2MB
~42K SLoC