iotaledger / common-rs

Apache License 2.0
4 stars 4 forks source link

Add missing To/From Hex Prefixed impls #68

Closed DaughterOfMars closed 1 year ago

DaughterOfMars commented 1 year ago

Description

This PR adds a missing impl of FromHexPrefixed for boxed slices and ToHexPrefixed for &Vec<u8>.