Expand description
Core Neuromorphic Computing Components
This module provides the fundamental building blocks for neuromorphic computing, including spiking neurons, synapses, and spike events that form the basis of brain-inspired spatial algorithms.
Re-exports§
pub use events::SpikeEvent;pub use neurons::SpikingNeuron;pub use synapses::Synapse;