Closed andrewwhitehead closed 2 years ago
This makes cloning of PeerIdentity (which is performed quite often) much cheaper.
Also adds a from_slice method and a FromStr implementation.
from_slice
FromStr
LGTM
This makes cloning of PeerIdentity (which is performed quite often) much cheaper.
Also adds a
from_slice
method and aFromStr
implementation.