data-matrix 0.2.0

Labeled numeric matrices with file ingest (CSV/TSV/etc.), symmetric fill, and fast label-based lookup.
Documentation
[dependencies.flate2]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[lib]
name = "data_matrix"
path = "src/lib.rs"

[package]
authors = ["dgront@chem.uw.edu.pl"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "data-structures", "parsing"]
description = "Labeled numeric matrices with file ingest (CSV/TSV/etc.), symmetric fill, and fast label-based lookup."
documentation = "https://docs.rs/data-matrix"
edition = "2021"
homepage = "https://github.com/dgront/datamatrix"
keywords = ["matrix", "loader", "csv", "tsv", "labels"]
license = "Apache-2.0"
name = "data-matrix"
readme = "README.md"
repository = "https://github.com/dgront/datamatrix"
version = "0.2.0"

[[test]]
name = "test_builder"
path = "tests/test_builder.rs"