Skip to main content

Module types

Module types 

Source

Structs§

FsBlockRange
A contiguous range of blocks.
FsDeletedInode
Deleted inode information.
FsDirEntry
Filesystem-agnostic directory entry.
FsMetadata
Filesystem-agnostic file metadata.
FsRecoveryResult
Result of attempting to recover a deleted file.
FsTimelineEvent
A timeline event.
FsTimestamp
Filesystem-agnostic timestamp.
FsTransaction
A journal transaction.

Enums§

FsError
Error type for ForensicFs operations.
FsEventType
Type of filesystem event.
FsFileType
Filesystem-agnostic file type.

Functions§

not_supported
Helper to create a “not supported” error.

Type Aliases§

FsResult
Convenience alias.