Skip to content

zv: Add Signature::from_static_str and Signature::from_static_bytes

Zeeshan Ali Khan requested to merge zeenix/zbus:efficient-signature into main

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.

Merge request reports

Loading