Domain library for the uplot CLI: DSV parsing, data format dispatch,
and command routing into [unicode_plot] constructors.
This crate bridges raw delimiter-separated input and the unicode-plot
rendering library. It handles CSV/TSV parsing via [parse_dsv], data format
interpretation via [dispatch()], and value counting via the [Command::Count]
path.