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