feagi_data_structures 0.0.50-beta.21

The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "feagi_data_structures"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "The most core library, defines the basic data types used by FEAGI, as well as some processors to modify them"
repository.workspace = true
homepage.workspace = true

[dependencies]
serde_json = { workspace = true}
ndarray = { workspace = true}
image = { workspace = true}


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