feagi_serialization/implementations/
mod.rs

1//! Implementations of `FeagiSerializable` for FEAGI data structures to make them serializable by 'FeagiByteContainer'
2
3// These modules contain trait implementations that need to be compiled
4// even though they're not directly exported
5pub mod cortical_mapped_xyzp_neuron_data;
6pub mod feagi_json;