Module util

Module util 

Source

Functionsยง

hash_to_string
read_until_filled
smol::fs::File::read does not guarantee that the buffer will be filled, even if the buffer is smaller than the file. This is a workaround. This reads the stream until the buffer is full or until we reached the end of the stream.