idx-lib 0.0.1

A simple library to read the IDX data format as used in, for example, the MNIST dataset
Documentation
[dependencies.ndarray]
version = "0.17.1"

[dependencies.num-traits]
version = "0.2.19"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple library to read the IDX data format as used in, for example, the MNIST dataset"
edition = "2024"
exclude = [".gitignore"]
license = "Apache-2.0 OR MIT"
name = "idx-lib"
readme = "README.md"
repository = "https://github.com/Jacoblightning/idx-lib"
resolver = "3"
version = "0.0.1"