feagi_data_structures 0.0.50-beta.26

The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them
Documentation
[dependencies.image]
version = "0.25"

[dependencies.ndarray]
features = ["rayon"]
version = "0.16.1"

[dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.ndarray-npy]
version = "0.9.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them"
edition = "2024"
homepage = "https://feagi.org"
license = "Apache-2.0"
name = "feagi_data_structures"
readme = false
repository = "https://github.com/feagi/feagi-data-processing"
version = "0.0.50-beta.26"

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

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

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

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