zv: Add Signature::from_static_str and Signature::from_static_bytes
These are the same as the TryFrom
impls but ensures that to_owned
and into_owned
methods don't clone or allocate the
underlying bytes.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
These are the same as the TryFrom
impls but ensures that to_owned
and into_owned
methods don't clone or allocate the
underlying bytes.