odradev / odra

Odra framework
MIT License
62 stars 2 forks source link

Allow for constant Address initialization from &'static str. #463

Closed zie1ony closed 4 months ago

zie1ony commented 5 months ago

I'd like to be able to write:

const A: Address = Address::new("hash-abc...fff");