feagi_data_serialization 0.0.50-beta.60

Adds serialization and deserialization to select Feagi Data Structures.
Documentation
1
2
3
4
5
6
//! Implementations of `FeagiSerializable` for FEAGI data structures to make them serializable by 'FeagiByteContainer'

// These modules contain trait implementations that need to be compiled
// even though they're not directly exported
pub mod cortical_mapped_xyzp_neuron_data;
pub mod feagi_json;