Skip to main content

Crate file_engine

Crate file_engine 

Source

Structs§

AnalyzeBuilder
CopyBuilder
EngineOptions
FileEngine
Base struct (always present). Holds only shared config — no feature-specific state (e.g. no notify watcher handles). Those live inside each feature’s own builder/handle types.
FileInfo
Handle
Handle to a spawned operation (copy, move_path, analyze, compress, sync, …). Implements Future so callers can simply .await it for the final result, and exposes a Progress stream + cooperative cancellation in the meantime.
MoveBuilder
Progress

Enums§

FileEngineError
FileKind

Type Aliases§

Result