ndarray-csv 0.2.2

Easily read and write homogeneous CSV data to and from 2D ndarrays
Documentation
[tasks.readme]
install_crate = "readme"
command = "cargo"
args = ["readme", "-o", "README.md"]

[tasks.fmt]
command = "cargo"
args = ["fmt"]

[tasks.clippy]
command = "cargo"
args = ["clippy"]

[tasks.all]
dependencies = [
    "test",
    "clippy",
    "fmt",
    "readme",
]