Crate notox

Crate notox 

Source
Expand description

notox is a tool to clean file names.

cargo install notox
# then use it
notox .

Coverage is available at https://n4n5.dev/notox/coverage/

Structs§

CustomSingleResult
Contains information about a result of a single file
Notox
Notox struct
OptionalFields
Options for the program
OptionsFields
contains information about cleaning options
VerbosityFields
Contains information about verbosity options

Functions§

check_similar
Check if a vector of bytes is similar to a char
convert_four_to_u32
Convert four bytes to a u32
convert_three_to_u32
Convert three bytes to a u32
convert_two_to_u32
Convert two bytes to a u32
notox
Do the program, return the Vector of result
notox_full
main function of the program: clean and print the output
parse_args
Parse the arguments and return the options and the paths to check
print_output
Print the output of the program conforming to the options