ndarray-csv 0.5.0

Easily read and write homogeneous CSV data to and from 2D ndarrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ndarray-csv"
description = "Easily read and write homogeneous CSV data to and from 2D ndarrays"
readme = "README.md"
version = "0.5.0"
authors = ["Paul Kernfeld <paulkernfeld@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/ndarray-csv"
repository = "https://github.com/paulkernfeld/ndarray-csv"

[dependencies]
csv = "1"
either = "1"
ndarray = "0.14"
serde = "1"

[dev-dependencies]
matches = "0.1"