Skip to main content

Crate scrubkit_core

Crate scrubkit_core 

Source

Modules§

jpeg
png

Structs§

MetadataEntry
Represents a single piece of metadata.
ScrubResult
The result of a successful scrub operation.

Enums§

ScrubError
A universal error type for all scrubbing operations.

Traits§

Scrubber
The central trait of our library. Any file type we want to support must implement this trait.

Functions§

scrubber_for_file
Detects the file type and returns the appropriate scrubber. This is the main entry point for consumers of the library.