Add a few debug logs

This commit is contained in:
Joscha 2022-02-14 01:57:35 +01:00
parent 56a4b8c362
commit bd61530b5f
5 changed files with 122 additions and 6 deletions

View file

@ -19,6 +19,8 @@ impl Id {
}
}
// TODO Impl better fmt::Debug for Id and aliases
impl fmt::Display for Id {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(f, "{}", self.0.encode_hex::<String>())