Hello!
today I noticed it's currently very difficult to get the non-truncated KeyID (without going through the Serialize trait).
I settled for the {:?} Debug output for that moment, I'm not sure what's the absolute best solution for this (i.e. implementing std::fmt::Display or adding a .as_str() function), but putting this here as a reminder that this would be useful. :)
cheers!
Hello!
today I noticed it's currently very difficult to get the non-truncated KeyID (without going through the
Serializetrait).I settled for the
{:?}Debug output for that moment, I'm not sure what's the absolute best solution for this (i.e. implementingstd::fmt::Displayor adding a.as_str()function), but putting this here as a reminder that this would be useful. :)cheers!