Module core

Module core 

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

Modules§

events
Neuromorphic Spike Events
neurons
Spiking Neuron Models
synapses
Synaptic Models for Neuromorphic Computing