N8BWert / ncomm

Node-Based Robotics Framework Written in Rust
MIT License
65 stars 1 forks source link

Packing Implementation for Primitivies #32

Closed N8BWert closed 1 month ago

N8BWert commented 1 month ago

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.