use mem;
use ;
/// This const is the size of a single TOC entry in bytes. It is used to
/// determine the size of the buffer to read from the TOC file.
pub const TOC_ENTRY_SIZE: usize = ;
/// This struct represents a single entry in the TOC file. It contains the
/// offset in the cache file where the file is located and other metadata.
///
/// The `name` field is an array of 64 bytes that contains the name of the
/// file or directory. The name is a null-terminated string, so the name
/// should be truncated at the first null byte.
pub