Crate wordcrab

Source

Structs§

AnalysisOptions
FileStats
Structure representing the results of a file analysis.

Enums§

NamedOutput

Functions§

analyse_file
Runs a file analysis on the given filename path. Returns a NamedOutput structure, with the filename and either results or error
analyse_files
Runs a file analysis on the given list of path buffers. Returns a NamedOutput structure, with the filename and either results or error
analyse_string
Analyse a single string, returning FileStats