oku_fs::fs::utilFunction fmt_short
Source pub fn fmt_short(bytes: impl AsRef<[u8]>) -> String
Expand description
Format first ten bytes of a byte list as a base32-encoded lowercase string.
§Arguments
bytes
- The byte list to encode.
§Return
The first ten bytes encoded as a lowercase string, represented in base32.