Skip to content

guanqun/address-literal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages