Module sorting_visualization::cli [−][src]
Command-line interface and command-line argument parsing. Uses clap under the hood.
Structs
Options | Contains all options that can be provided by a user using the CLI. |
Enums
Order | Order of elements in the array. |
Constants
ALGORITHM_ARG | Internal name of the algorithm argument which is used to get its value. |
LENGTH_OPT | Internal name of the
|
LIST_OPT | Internal name of the
|
ORDER_OPT | Internal name of the
|
SPEED_OPT | Internal name of the
|
Functions
parse_options | Parses command-line arguments into |