Skip to main content

Crate squishy

Crate squishy 

Source

Modules§

error

Structs§

SquashFS
The SquashFS struct provides an interface for reading and interacting with a SquashFS filesystem. It wraps a FilesystemReader, which is responsible for reading the contents of the SquashFS file.
SquashFSEntry
The SquashFSEntry struct represents a single file or directory entry within the SquashFS filesystem. It contains information about the path, size, and type of the entry.

Enums§

EntryKind
The EntryKind enum represents the different types of entries that can be found in the SquashFS filesystem.

Type Aliases§

Result