mal-packet-weaver
C++20 packet serialization/deserialization library.
|
Go to the source code of this file.
Classes | |
class | mal_packet_weaver::Session |
Represents a network session for sending and receiving packets. More... | |
Namespaces | |
namespace | mal_packet_weaver |
This is the main namespace for the Mal Packet Weaver library. | |
Typedefs | |
using | mal_packet_weaver::PacketReceiverFn = std::function<void(std::unique_ptr<Packet> &&)> |