youplot 0.1.0

DSV parsing and command dispatch library for youplot-rs
Documentation

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.