feagi-structures 0.0.11

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
/// 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;