idx-lib 0.0.2

A simple library to read the IDX data format as used in, for example, the MNIST dataset
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.ndarray]
version = "0.17.1"

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