[−][src]Module rust_ipv8::serialization
This module is responsible for serializing and deserializing incoming and outgoing packets.
Modules
bits | A wrapper module for the py-ipv8 |
header | Module containing everything related to headers |
nestedpayload | Module containing everything related to Nested payloads |
rawend | Module containing everything related to RawEnd data structure |
varlen | Module containing everything related to the Varlen data structure |
Structs
Packet | The packet struct containing the bytes of a packet in a |
PacketDeserializer | The main deserializer which iterates over a packet to deserialize it. |