I was working with NComm on a project and realized I never implemented Packable for any primitive types. This made it incredibly tedious to send primitive types over the network. This PR adds a few macros to generate Packable implementations for primitives.
I was working with NComm on a project and realized I never implemented Packable for any primitive types. This made it incredibly tedious to send primitive types over the network. This PR adds a few macros to generate Packable implementations for primitives.