Functions§
- file_
name - Returns the filename of an input file
- get_
png_ bytes - get_png_bytes returns the bytes of a png file
- get_
starting_ point - This function returns the starting point for a file
This uses a weird workaround so it’s not very
safeMight fail if some metadata contains###SIZE - hash_
vec - hash_vec returns the sha256 hash sum of a
&[u8]as a string - str_
to_ vec - str_to_vec turns a string into a
Vec<u8>it was used for headers