aya/aya-log/src
GrigorenkoPV 55ed9e0546
fix(aya-log): print &[u8] using full width ()
Otherwise `&[1u8, 0u8]` cannot be distinguished from `&[0x10u8]` (they both become 10)
..
lib.rs fix(aya-log): print &[u8] using full width ()