feagi_data_structures 0.0.50-beta.60

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
/// Neuron voxels in FEAGI represent spatial locations containing neural activity.
/// 
/// In FEAGI's visualization (such as Brain Visualizer), neurons are represented as voxels 
/// where each voxel can contain one or more neurons. This module provides structures for
/// handling neuron voxel representations in various formats and containers.

pub mod xyzp;