feagi-structures 0.0.12

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
//! Template definitions for sensor and motor cortical types.
//!
//! Provides macro-based definitions for all supported sensory input
//! and motor output types in FEAGI's I/O system.

mod motor_cortical_units;
mod sensor_cortical_units;