youplot 0.1.0

DSV parsing and command dispatch library for youplot-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "youplot"
description = "DSV parsing and command dispatch library for youplot-rs"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
csv = "1.4.0"
thiserror = "2.0.18"
unicode-plot = { version = "0.1.0", path = "../unicode-plot" }

[lints]
workspace = true