feagi_core_data_structures_and_processing_nightly 0.0.49

A library for FEAGI libraries to use to handle data processing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "feagi_core_data_structures_and_processing"
version = "0.0.49"
edition = "2024"
license = "Apache-2.0"
description = "A library for FEAGI libraries to use to handle data processing"

[dependencies]
ndarray = "0.16.1"
byteorder = "1.5.0"
serde_json = "1.0.140"

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

[profile.test]
opt-level = 0
debug = true