scatters 0.0.1

A CLI to instantly turn tabular data and audio files into interactive HTML scatter plots.
Documentation
1
2
3
4
if (Test-Path "./target/doc") {
    Remove-Item "./target/doc" -Recurse
}
cargo doc --no-deps --open