feagi_data_serialization 0.0.50-beta.60

Adds serialization and deserialization to select Feagi Data Structures.
Documentation
1
2
3
4
5
# FEAGI Data Serialization

This crate contains traits to allow various structures to be serialized to and deserialized from byte vectors via the use of a common [FeagiSerializable](../src/feagi_serializable.rs) trait. Byte data itself is managed, and owned by the [FeagiByteContainer](../src/feagi_byte_container.rs) struct (often shortened to FBC).

More information about the specification of the byte structures can be found [here](byte_structure_container.md).