Module utils

Source
Expand description

File handling integration.

Constants§

GZIP_MAGIC_NUMBER
Two magic bytes that occur at the beginning of gzip files and can be used to detect whether a file is gzip compressed. Spec: https://datatracker.ietf.org/doc/html/rfc1952#page-6

Functions§

mtree_buffer_to_string
Creates a String from a byte vector which may be gzip compressed.